We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b75b22 + 3c361ba commit 1bab6beCopy full SHA for 1bab6be
version.json
@@ -1,12 +1,9 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "3.2-alpha",
+ "version": "3.2.1",
4
"publicReleaseRefSpec": [
5
"^refs/heads/main$",
6
"^refs/heads/hotfix\\/.+$",
7
"^refs/heads/v\\d+\\.\\d+$"
8
- ],
9
- "release": {
10
- "firstUnstableTag": "alpha"
11
- }
+ ]
12
}
0 commit comments