-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathversion.json
More file actions
26 lines (26 loc) · 654 Bytes
/
version.json
File metadata and controls
26 lines (26 loc) · 654 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
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.0",
"assemblyVersion": {
"precision": "build"
},
"versionHeightOffset": 40,
"semVer1NumericIdentifierPadding": 3,
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/develop",
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"setAllVariables": true,
"buildNumber": null
},
"release": {
"branchName": "release-v{version}",
"firstUnstableTag": "preview",
"versionIncrement": "build"
}
}