NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Make inspect more like update #1154

Open Jogai opened 2 years ago

Jogai commented 2 years ago

🏗 Enhancement Proposal

Make the inspect mode behave just like update

Pitch

When I do this:

nukeeper update --maxpackageupdates 999  --change minor

I expect the same output as when I do this:

nukeeper update --maxpackageupdates 999 --change minor

But, with inspect all the major update possibilities are reported as well

Platforms affected (mark all that apply)