Skip to content

Commit

Permalink
Make nuget package versions monotonic
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Feb 2, 2024
1 parent 57948fc commit 32bf016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.9.3",
"version": "4.9",
"buildNumberOffset": 3,
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
"^refs/heads/master$" // we release out of master
],
"cloudBuild": {
"buildNumber": {
Expand Down

0 comments on commit 32bf016

Please sign in to comment.