-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion.json
More file actions
28 lines (28 loc) · 693 Bytes
/
version.json
File metadata and controls
28 lines (28 loc) · 693 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
25
26
27
28
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.0",
"assemblyVersion": {
"precision": "revision"
},
"nugetPackageVersion": {
"precision": "revision"
},
"gitCommitIdShortFixedLength": 0,
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "nonPublicReleaseOnly"
}
}
},
"release": {
"branchName": "master",
"versionIncrement": "build",
"firstUnstableTag": "beta"
}
}