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 6dfe3d6 commit b519754Copy full SHA for b519754
version.json
@@ -1,20 +1,8 @@
1
{
2
- "version": "1.5.0-rc2+{height}",
3
- "nugetPackageVersion": {
4
- "semVer": 1
5
- },
6
- "semVer1NumericIdentifierPadding": 4,
7
- "publicReleaseRefSpec": [
8
- "^refs/tags/v\\d+\\.\\d+"
9
- ],
10
- "cloudBuild": {
11
- "setVersionVariables": true,
12
- "buildNumber": {
13
- "enabled": false,
14
- "includeCommitId": {
15
- "when": "nonPublicReleaseOnly",
16
- "where": "buildMetadata"
17
- }
18
19
20
-}
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.5.0+{height}",
+ "semVer1NumericIdentifierPadding": 4,
+ "publicReleaseRefSpec": [
+ "^refs/tags/v\\d+\\.\\d+"
+ ]
+}
0 commit comments