Skip to content

Commit 0157e7a

Browse files
committed
Update documentation about UseFullSemVerForNuGet
1 parent ebe28a7 commit 0157e7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/input/docs/usage/msbuild.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ have the ability to create NuGet packages directly by using the `pack` target:
189189
`msbuild /t:pack`. The version is controlled by the MSBuild properties described
190190
above.
191191

192-
GitVersionTask has the option to generate SemVer 2.0 compliant NuGet package
193-
versions by setting `UseFullSemVerForNuGet` to true in your project (this is off
194-
by default for compatibility). Some hosts, like MyGet, support SemVer 2.0
195-
package versions but older NuGet clients and nuget.org do not.
192+
GitVersionTask generates SemVer 2.0 compliant NuGet package versions by default.
193+
You can disable it by setting `UseFullSemVerForNuGet` to false in your project.
194+
Older NuGet clients do not support SemVer 2.0 package versions, but most of the
195+
modern hosts support it.
196196

197197
#### Accessing variables in MSBuild
198198

0 commit comments

Comments
 (0)