We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede43b8 commit 1c0db15Copy full SHA for 1c0db15
1 file changed
version.json
@@ -1,6 +1,6 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.30-preview",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "2.0-alpha",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
@@ -17,9 +17,9 @@
17
18
"release": {
19
"branchName": "release/v{version}",
20
- "firstUnstableTag": "preview"
+ "firstUnstableTag": "alpha"
21
22
"pathFilters": [
23
"./src"
24
]
25
-}
+}
0 commit comments