Skip to content

Commit

Permalink
Set version to '1.5.0+{height}'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaring committed Feb 21, 2021
1 parent 6dfe3d6 commit b519754
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"version": "1.5.0-rc2+{height}",
"nugetPackageVersion": {
"semVer": 1
},
"semVer1NumericIdentifierPadding": 4,
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": false,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
}
}
}
"$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 comments on commit b519754

Please sign in to comment.