I use text file to store version numbers for this purpose, and at every build: append current version at the top, read and remove last line, remove respective version from project.
Developers promise to have proper support for this in next version.
Can we keep only, for example, last 2 versions? Because I don't need to build patches for older versions. I know we can use RemoveVersion but it's hard to build those tag because the version number may complicated.
I use text file to store version numbers for this purpose, and at every build: append current version at the top, read and remove last line, remove respective version from project.
Developers promise to have proper support for this in next version.