Skip to content

Commit 2d9e57c

Browse files
committed
Update docs for latest default
1 parent c2c4829 commit 2d9e57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/versionJson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The content of the version.json file is a JSON serialized object with these prop
2626
"buildNumberOffset": "zOffset", // optional. Use when you need to add/subtract a fixed value from the computed build number.
2727
"semVer1NumericIdentifierPadding": 4, // optional. Use when your -prerelease includes numeric identifiers and need semver1 support.
2828
"nugetPackageVersion": {
29-
"semVer": 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 2.
29+
"semVer": 1 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
3030
},
3131
"publicReleaseRefSpec": [
3232
"^refs/heads/master$", // we release out of master

0 commit comments

Comments
 (0)