How to Set Semantic Version for .NET Core Apps and Libraries
Nov 8, 2024 · 7 min read · Semantic Versioning (or SemVer for short) is a software versioning scheme that stipulates three-part version numbers of the form <major>.<minor>.<patch>, such as 1.0.2, with an optional prerelease suffix of the form -<prerelease>, as in 1.0.2-beta. S...
Join discussion

