File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments