Skip to content

Commit

Permalink
fix choco
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 19, 2018
1 parent bea8ba8 commit a7a90b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PackageExplorer/NugetPackageExplorer.nuspec
Expand Up @@ -23,10 +23,10 @@
<files>
<file src="ChocolateyInstall.ps1" />
<file src="NuGetPackageExplorer.exe.gui" />
<file src="bin\Release\net461\*.dll" />
<file src="bin\x86\Release\net462\*.dll" />
<file src="..\LICENSE.txt" target="legal\LICENSE.txt" />
<file src="..\Build\Verification.txt" target="legal\Verification.txt" />
<file src="bin\Release\net461\NuGetPackageExplorer.exe" target="NuGetPackageExplorer.exe" />
<file src="bin\Release\net461\NuGetPackageExplorer.exe.config" target="NuGetPackageExplorer.exe.config" />
<file src="bin\x86\Release\net462\NuGetPackageExplorer.exe" target="NuGetPackageExplorer.exe" />
<file src="bin\x86\Release\net462\NuGetPackageExplorer.exe.config" target="NuGetPackageExplorer.exe.config" />
</files>
</package>

0 comments on commit a7a90b5

Please sign in to comment.