How to Set Semantic Version for .NET Core Apps and Libraries
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...
freecodecamp.org7 min read