Skip to content

Commit

Permalink
Merge branch 'pr1128' into stable
Browse files Browse the repository at this point in the history
* pr1128:
  (GH-523) Install "*.nupkg" - Be explicit about version
  • Loading branch information
ferventcoder committed Mar 22, 2017
2 parents fe55f47 + 5f59eb6 commit 6bc9dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chocolatey/infrastructure.app/services/NugetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ public ConcurrentDictionary<string, PackageResult> install_run(ChocolateyConfigu
else
{
var packageFile = new OptimizedZipPackage(_fileSystem.get_full_path(packageName));
version = packageFile.Version;
packageNames.Add(packageFile.Id);
}
}
Expand Down

0 comments on commit 6bc9dd2

Please sign in to comment.