with 2.2, open command window and type<br />current Project.ManageNuGetPackages jquery;updates<br /><br />proposed:<br />Project.ManageNuGetPackages "jquery" [/searchin:installed|online|updates]<br />to be similar to other VS commands. Eg: http://msdn.microsoft.com/en-us/library/d274h145(v=vs.71).aspx<br /><br />this would also solve this kind of usage : Project.ManageNuGetPackages mypackage;great;online<br />would become Project.ManageNuGetPackages "mypackage;great" /searchin:online
↧