We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afa785 commit b79a390Copy full SHA for b79a390
version.json
@@ -1,8 +1,8 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "2.0-alpha",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "2.0",
4
"publicReleaseRefSpec": [
5
"^refs/heads/main$",
6
"^refs/heads/v\\d+\\.\\d+"
7
]
8
-}
+}
0 commit comments