Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent efe175e commit 0732646
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.1",
"version": "1.0.1-preview",
"versionHeightOffset": 0,
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/main$",
"^refs/heads/release/\\d+\\.\\d+\\.\\d+"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true
"enabled": true,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
}
}
}

0 comments on commit 0732646

Please sign in to comment.