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 1978ddd commit 3a80f23Copy full SHA for 3a80f23
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "2.0-alpha",
+ "version": "2.0-preview",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
@@ -17,7 +17,7 @@
17
18
"release": {
19
"branchName": "release/v{version}",
20
- "firstUnstableTag": "alpha"
+ "firstUnstableTag": "preview"
21
22
"pathFilters": [
23
"./src"
0 commit comments