Date Semantic Versioning of a .NET 6.0 Console Application in Azure DevOps
Recently, I had to create a build pipeline for a small console application in Azure Pipelines for a customer. Personally, I prefer to handle versioning of software so that the version number is represented like this: 2020.8.24.2, where a last number is a revision number and those before are the current date. In this case,... » read more