Home > DevOps > Breaking down our Version Numbers

Breaking down our Version Numbers

From time to time we receive inquires from customers like “what version should we be on?” and “what is the latest build?”, etc… To give you some insight into our versioning, we are in the process of moving towards the standards set for in Semantic Versioning 2.0.0 which can be found at: https://semver.org

Very Simply, its MAJOR.MINOR.PATCH

Some of our solutions still follow the MAJOR.MINOR.PATCH-SUFFIX format with is the SemVer 1.0 convention. This is the same format as older NuGet packages. Reference: https://docs.microsoft.com/en-us/nuget/reference/package-versioning

As new releases get deployed, we are working to update the version numbers to adhere to the SemVer 2.0.0 specification.