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 8076f5a commit b146e93Copy full SHA for b146e93
source/version.json
@@ -1,10 +1,13 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.2.1-preview.{height}",
+ "version": "1.2.2-preview.{height}",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
7
"semVer1NumericIdentifierPadding": 3,
8
+ "nugetPackageVersion": {
9
+ "semVer": 2
10
+ },
11
"publicReleaseRefSpec": [
12
"^refs/heads/master$",
13
"^refs/heads/v\\d+(?:\\.\\d+)?$"
0 commit comments