Browse Source

Fix installer error due to NuGet.Console.Types.dll not added being to a feature.

pull/28/head
Matt Ward 13 years ago
parent
commit
660699a280
  1. 1
      src/Setup/Setup.wxs

1
src/Setup/Setup.wxs

@ -526,6 +526,7 @@ @@ -526,6 +526,7 @@
<ComponentRef Id="ITextSharpDll"/>
<ComponentRef Id="AboutNuGetCmdletsHelpTxt"/>
<ComponentRef Id="NuGetConsoleTypesDll"/>
<ComponentRef Id="NuGetCoreDll"/>
<ComponentRef Id="NuGetNuspecSchema"/>
<ComponentRef Id="NuGetLicenseTxt"/>

Loading…
Cancel
Save