File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 5.0-beta" ,
4+ "nugetPackageVersion" : {
5+ "semVer" : 2
6+ },
7+ "publicReleaseRefSpec" : [
8+ " ^refs/heads/master$"
9+ ],
10+ "cloudBuild" : {
11+ "buildNumber" : {
12+ "enabled" : true ,
13+ "includeCommitId" : {
14+ "when" : " nonPublicReleaseOnly" ,
15+ "where" : " buildMetadata"
16+ }
17+ },
18+ "setVersionVariables" : true
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 5.0-beta" ,
4+ "nugetPackageVersion" : {
5+ "semVer" : 2
6+ },
7+ "publicReleaseRefSpec" : [
8+ " ^refs/heads/master$"
9+ ],
10+ "cloudBuild" : {
11+ "buildNumber" : {
12+ "enabled" : true ,
13+ "includeCommitId" : {
14+ "when" : " nonPublicReleaseOnly" ,
15+ "where" : " buildMetadata"
16+ }
17+ },
18+ "setVersionVariables" : true
19+ }
20+ }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 5.0-beta " ,
3+ "version" : " 5.0" ,
44 "nugetPackageVersion" : {
55 "semVer" : 2
66 },
You can’t perform that action at this time.
0 commit comments