We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861b39a commit 23415a6Copy full SHA for 23415a6
source/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.5.0-preview.{height}",
+ "version": "1.5.0",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
@@ -18,7 +18,7 @@
18
19
"release": {
20
"branchName": "release-v{version}",
21
- "firstUnstableTag": "preview",
22
- "versionIncrement": "build"
+ "versionIncrement": "build",
+ "firstUnstableTag": "preview"
23
}
24
0 commit comments