I\'m trying to figure out a workaround for an issue I have with jQuery 2.0 being the version Nuget wants to update to via the GUI (Can I keep Nuget on the jQuery 1.9.x/1.x path
Type Install-Package JQuery -Version
then Space, then Tab.
This displays a list of all available versions for that package.
The problem with Get-Package
and its -Filter
option is that it does a search of both ID
and Description
fields. I agree that it would be very useful if there was an -ID
option or similar.