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 b565664 commit 35c1baeCopy full SHA for 35c1bae
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",
+ "version": "1.0.1-preview.{height}",
4
"publicReleaseRefSpec": [
5
"^refs/heads/master$",
6
"^refs/heads/v\\d+(?:\\.\\d+)?$"
@@ -9,5 +9,8 @@
9
"buildNumber": {
10
"enabled": true
11
}
12
+ },
13
+ "nugetPackageVersion": {
14
+ "semVer": 2
15
16
0 commit comments