-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathversion.json
More file actions
28 lines (28 loc) · 647 Bytes
/
version.json
File metadata and controls
28 lines (28 loc) · 647 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/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.16.0",
"assemblyVersion": {
"precision": "revision"
},
"semVer1NumericIdentifierPadding": 3,
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"refs/head/*"
],
"cloudBuild": {
"setAllVariables": true,
"buildNumber": {
"enabled": false,
"includeCommitId": {
"when": "always"
}
}
},
"release": {
"branchName": "release-v{version}",
"versionIncrement": "build",
"firstUnstableTag": "preview"
}
}