We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4736ba2 commit 27b21c6Copy full SHA for 27b21c6
source/version.json
@@ -1,8 +1,11 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "2.1",
+ "version": "2.1.1.{height}",
4
"assemblyVersion": {
5
- "precision": "build"
+ "precision": "revision"
6
+ },
7
+ "nuGetPackageVersion": {
8
+ "semVer": 2.0
9
},
10
"publicReleaseRefSpec": [
11
"^refs/heads/master$",
@@ -11,5 +14,9 @@
14
"cloudBuild": {
12
15
"setVersionVariables": true,
13
16
"setAllVariables": true
17
18
+ "release": {
19
+ "branchName": "release-v{version}",
20
+ "firstUnstableTag": "preview"
21
}
22
0 commit comments