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 df08b36 commit 85c08dbCopy full SHA for 85c08db
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.6.0-preview.{height}",
+ "version": "1.0.0-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