Skip to content

Commit

Permalink
Set version to '3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 23, 2020
1 parent 3e4e1f8 commit bab3051
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.json
@@ -1,12 +1,12 @@
{
"$schema": "NerdBank.GitVersioning/version.schema.json",
"version": "3.2-beta",
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.2",
"assemblyVersion": {
"precision": "revision"
},
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/master$",
"^refs/heads/develop$",
"^refs/heads/v\\d+\\.\\d+$" // we also release vX.Y branches
"^refs/heads/v\\d+\\.\\d+$"
]
}
}

0 comments on commit bab3051

Please sign in to comment.