NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 250 forks source link

NuGet GUI support for ToHighestPatch and ToHighestMinor in update panel #4074

Open natemcmaster opened 7 years ago

natemcmaster commented 7 years ago

PMC Update-Package supports -ToHighestMinor and -ToHighestPatch flags which can help when users are trying to stay on LTS releases. Example scenario: upgrading from .NET Core 1.0.0 to 1.0.1 even though 1.1.0 has been posted.

In theory, this seems like less work than lineups ( https://github.com/NuGet/Home/issues/2572) but still helps mitigate the upgrade problem.

natemcmaster commented 7 years ago

cc @damianedwards @shanselman

rrelyea commented 7 years ago

Not in plan for RTM. Would likely need nuget.exe, dotnet.exe, VS UI, etc... Worth considering this with other options.