Skip to content

Commit

Permalink
Set version to '1.6-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed Mar 26, 2024
1 parent c243452 commit bb70aca
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5-alpha",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release-"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release-{version}"
}
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.6-alpha",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release-"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release-{version}"
}
}

0 comments on commit bb70aca

Please sign in to comment.