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 765d8a2 commit 1f6ff1bCopy full SHA for 1f6ff1b
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.0.0-preview.{height}",
+ "version": "1.0.0",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
@@ -14,12 +14,11 @@
14
"^refs/heads/v\\d+(?:\\.\\d+)?$"
15
],
16
"cloudBuild": {
17
- "setAllVariables": true,
18
- "buildNumber": null
+ "setAllVariables": true
19
20
"release": {
21
"branchName": "release-v{version}",
22
"versionIncrement": "build",
23
"firstUnstableTag": "preview"
24
}
25
-}
+}
0 commit comments