Skip to content

Commit

Permalink
Set version to '12.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Mar 13, 2024
1 parent dae5e28 commit da6da96
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "12.3.0-preview.{height}",
"version": "12.3.0",
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
".*"
],
"release": {
"branchName" : "{version}",
"versionIncrement" : "minor",
"firstUnstableTag" : "preview"
},
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "{version}",
"firstUnstableTag": "preview"
}
}

0 comments on commit da6da96

Please sign in to comment.