fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
346 stars 73 forks source link

Update single package version #243

Closed badsyntax closed 1 year ago

badsyntax commented 1 year ago

Fixes #242

This PR adds a new command "Update package version" which is used to update a single package.

A new context menu option is added to the package preferences:

Screenshot 2022-12-17 at 12 15 34

This takes you through a wizard which is very similar to the AddPackage wizard:

Screenshot 2022-12-17 at 12 15 50 Screenshot 2022-12-17 at 12 15 59

Once the version is selected the AddPackageReference action is used to run the addPackageReferenceToProjectWithVersion cli command.