I was sick of the repetitive tasks of updating package and dependent package versions, so I create this extension to automate the process.
How to use this extension?
Make sure your project file have or defined.
Make sure your projects are nested under a "src" folder.
In the solution explorer, right click on the project->Version Bumper->Bump to bump the revision number up by 1 for the target project and all the dependent projects and dependent projects' dependent projects in a exhaustive manner.
Note: this extension only changes the version number in the csproj file, and has only been tested in vs2019 and vs2022.