Skip to content

Commit 9d320c1

Browse files
Merge branch 'main' into develop
2 parents 3e48799 + 1bab6be commit 9d320c1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

version.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.2-alpha",
3+
"version": "3.2.1",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/hotfix\\/.+$",
77
"^refs/heads/v\\d+\\.\\d+$"
8-
],
9-
"release": {
10-
"firstUnstableTag": "alpha"
11-
}
8+
]
129
}

0 commit comments

Comments
 (0)