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 d29585f commit 8ac1418Copy full SHA for 8ac1418
version.json
@@ -1,8 +1,9 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "2.0-beta",
+ "version": "2.0",
4
"publicReleaseRefSpec": [
5
- "^refs/heads/release$"
+ "^refs/heads/release$",
6
+ "^refs/heads/prerelease$"
7
],
8
"cloudBuild": {
9
"buildNumber": {
0 commit comments