Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #398 from thefringeninja/semver-1.0.0
Browse files Browse the repository at this point in the history
Point to Correct Version of SemVer
  • Loading branch information
csharpfritz committed Nov 25, 2015
2 parents dd07bf9 + d49d935 commit 41c9cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuGet.Docs/Create/Versioning.md
Expand Up @@ -52,10 +52,10 @@ When most people install packages from NuGet, they want the latest “stable”
Other developers like to live life on the edge and want to grab the latest prerelease version of a package.

As of NuGet 1.6, NuGet supports the creation of prerelease packages by specifying a prerelease string in
the version number according to the [Semantic Versioning (SemVer) specification](http://semver.org/).
the version number according to the [Semantic Versioning (SemVer) specification v1.0.0](http://semver.org/spec/v1.0.0.html).

### Really brief introduction to SemVer
The [SemVer spec](http://semver.org/) is the best place to get a detailed understanding of SemVer. For
The [SemVer spec](http://semver.org/spec/v1.0.0.html) is the best place to get a detailed understanding of SemVer. For
those in a hurry, this is a brief rundown of SemVer.

SemVer is a convention for versioning your public APIs in which the version number has meaning attached to it.
Expand Down

0 comments on commit 41c9cd3

Please sign in to comment.