Skip to content

Commit 2c10c33

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#426 from NuGet/anangaur-patch-6
Update Package-Versioning.md
2 parents a7ca38a + e4e3ebd commit 2c10c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Reference/Package-Versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When resolving package references and multiple package versions differ only by s
9494

9595
With NuGet 4.3.0+ and Visual Studio 2017 version 15.3+, NuGet supports [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
9696

97-
Certain semantics of SemVer 2.0.0 that are not supported in older clients. NuGet considers a package version to be SemVer 2.0.0 specific if either of the following statements is true:
97+
Certain semantics of SemVer v2.0.0 that are not supported in older clients. NuGet considers a package version to be SemVer v2.0.0 specific if either of the following statements is true:
9898

9999
- The pre-release label is dot-separated, for example, *1.0.0-alpha.1*
100100
- The version has build-metadata, for example, *1.0.0+githash*
@@ -107,7 +107,7 @@ For nuget.org, a package is defined as a SemVer v2.0.0 package if either of the
107107
If you upload a SemVer v2.0.0-specific package to nuget.org, the package is invisible to older clients and available to only the following NuGet clients:
108108
- NuGet 4.3.0+
109109
- Visual Studio 2017 version 15.3+
110-
- dotnet.exe version 2.0+
110+
- dotnet.exe (.NET SDK 2.0.0+)
111111

112112
Third-party clients:
113113
- JetBrains Rider

0 commit comments

Comments
 (0)