VersionChangerAddin
VersionChangerAddin copied to clipboard
Visual studio addin to change solution version numbers
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.  
it does not give me the option to change the versionnumber of one of my projects