Is there a way to download a previous version of a package with nuget, not the latest one?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The powershell command Install-Package has a Version argument that can be used to specify a specific version.
See the command reference for details. Edit:
In order to list versions of a package you can use the Get-Package command with
By pressing tab after the version option in the |
|||||||||||||||||||||
|
|
Browse to its page in the package index, eg. http://www.nuget.org/packages/Newtonsoft.Json/4.0.5 Then follow the install instructions given:
Or to download the |
|||
|
|