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 f2293d7 commit ac09073Copy full SHA for ac09073
version.json
@@ -1,6 +1,6 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.0.0-preview.{height}",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.0.1-preview.{height}",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
@@ -19,7 +19,7 @@
19
20
"release": {
21
"branchName": "release-v{version}",
22
- "firstUnstableTag": "preview",
23
- "versionIncrement": "build"
+ "versionIncrement": "build",
+ "firstUnstableTag": "preview"
24
}
25
-}
+}
0 commit comments