jmrog / vscode-nuget-package-manager

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.
MIT License
34 stars 17 forks source link

Adds "change package version" command #43

Open dzsquared opened 4 years ago

dzsquared commented 4 years ago

This pull request covers an additional command - reads current csproj file, presents user with picklist list of current packages, then available versions of the selected package. Csproj file is updated with the selected version.

jmrog commented 4 years ago

Thanks for the PR! I'll try to review/merge it as soon as I'm able.

dzsquared commented 4 years ago

Hi @jmrog I believe I addressed the comments from your first review