Visual Studio NuGet command to install a particular version of a package.

This commit is contained in:
James Skemp 2013-11-09 11:17:26 -06:00
parent 3c2b8cd0ab
commit 8c7e09920e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Installs a particular version of a package.
# See http://stackoverflow.com/q/16126338/11912
Install-Package jQuery -Version 1.10.2