TFS / Azure Devops - Semantic Versioning
I publish nuget packages. Alot of nuget packages.
I don’t have time to maintain nuget package versioning, so, I automatically generate versions based on the date and build number, like so: 2022.07.14.1
As well, I need support for alpha/beta/etc.
So, 2022.07.14.1-alpha.
Here is my method of doing it-



