File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ have the ability to create NuGet packages directly by using the `pack` target:
189
189
` msbuild /t:pack ` . The version is controlled by the MSBuild properties described
190
190
above.
191
191
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 .
196
196
197
197
#### Accessing variables in MSBuild
198
198
You can’t perform that action at this time.
0 commit comments