File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 1.1.1-preview.{height}" ,
4
- "release" : {
5
- "branchName" : " release-v{version}" ,
6
- "versionIncrement" : " minor" ,
7
- "firstUnstableTag" : " preview"
8
- },
3
+ "version" : " 1.2.0" ,
9
4
"assemblyVersion" : {
10
5
"precision" : " revision"
11
6
},
12
7
"semVer1NumericIdentifierPadding" : 3 ,
13
- "nugetPackageVersion" : {
14
- "semVer" : 1
15
- },
16
8
"publicReleaseRefSpec" : [
17
9
" ^refs/heads/master$" ,
18
10
" ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
19
11
],
20
12
"cloudBuild" : {
21
- "setVersionVariables" : true ,
22
- "setAllVariables" : true
13
+ "setAllVariables" : true ,
14
+ "buildNumber" : null
15
+ },
16
+ "release" : {
17
+ "branchName" : " release-v{version}" ,
18
+ "firstUnstableTag" : " preview"
23
19
}
24
20
}
You can’t perform that action at this time.
0 commit comments