Set version to '1.5.1-preview.{height}'

This commit is contained in:
nfbot 2020-06-16 11:37:44 +00:00
Родитель c4ef99b25a
Коммит 64e87a1ff1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5.0-preview.{height}",
"version": "1.5.1-preview.{height}",
"assemblyVersion": {
"precision": "revision"
},
@ -18,7 +18,7 @@
},
"release": {
"branchName": "release-v{version}",
"firstUnstableTag": "preview",
"versionIncrement": "build"
"versionIncrement": "build",
"firstUnstableTag": "preview"
}
}