-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathversion.json
More file actions
24 lines (24 loc) · 571 Bytes
/
Copy pathversion.json
File metadata and controls
24 lines (24 loc) · 571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "60.1.0-alpha.{height}",
"assemblyVersion": {
"precision": "major"
},
"versionHeightOffset": "215",
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/master$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release/v{version}"
}
}