Skip to content

Commit

Permalink
Setup version properties for a 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timjroberts committed Nov 8, 2020
1 parent a62a15b commit f8f18c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.0.0-preview.{height}",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/tags/v\\d+\\.\\d+"]
"version": "4.0.0-rc.{height}",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/release/"]
}

0 comments on commit f8f18c0

Please sign in to comment.