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