VersionChangerAddin icon indicating copy to clipboard operation
VersionChangerAddin copied to clipboard

Visual studio addin to change solution version numbers

Results 6 VersionChangerAddin issues
Sort by recently updated
recently updated
newest added

Nuget project files (.nuspec) contains a version which could be updated as the other ones. ` blablabla 1.0.2** blablabla`

Ever since I updated VS to v17.8.5, every time I try to update the version numbers in my project, the "Version Changer" comes up with the file being in use....

I used _Automatic Versions_ to manage version number. It can increment the version number when compiling. Can you add this feature?

SetSite failed for package [VersionChangerPackage]Source: 'VersionChanger' Description: Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.AsyncPackage.get_JoinableTaskFactory()'. System.MissingMethodException: Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.AsyncPackage.get_JoinableTaskFactory()'. at DSoft.VersionChanger.VersionChangerPackage.d__1.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at DSoft.VersionChanger.VersionChangerPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress) at Microsoft.VisualStudio.Shell.AsyncPackage.c__DisplayClass21_0.d.MoveNext()...

I find a bug. That version suffix code can't show on the window. ![image](https://github.com/newky2k/VersionChangerAddin/assets/11346219/6eb89b90-0427-40ed-912e-9a23183d158e) ![image](https://github.com/newky2k/VersionChangerAddin/assets/11346219/58642eb0-fe69-4d05-ae6c-bf0210e1dc15)

it does not give me the option to change the versionnumber of one of my projects