Using Xamarin Studio on Mac, how can you list all the versions of a NuGet Package (current version, old versions).
What is the syntax for version
when using the Package Manager GUI?
As an example, how can I list all and only the versions for MvvmCross - StarterPack (not just MvvmCross?
Readily available in a popup menu.
Solution > Packages > Add Packages...
nuggetIdentifier version:
Explanation
and trailing :
requiredversion:4.1.6
) for just that oneNote
The version:
syntax is compatible with Show pre-release packages, but not with the quoted string search, such as "MvvmCross StarterPack"
.