Skip to content

Commit 3c361ba

Browse files
chore(nbgv): set version via CI: 3.2.1
1 parent 3b75b22 commit 3c361ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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)