Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2019-11-11 17:20:51 +0300
committerGitHub <noreply@github.com>2019-11-11 17:20:51 +0300
commit33c7f5a5558b95bbdc30645ba6dc4be280e5ba63 (patch)
treeefe9129d61b48239ded1b2890fa8f671ff88ca24 /version.json
parenta225a51de35bf53df7a3e785583de603156983d9 (diff)
Build -rc versioned packages
Diffstat (limited to 'version.json')
-rw-r--r--version.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.json b/version.json
index dc7a71b3..cc0cfa55 100644
--- a/version.json
+++ b/version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "2.0-beta",
+ "version": "2.0-rc",
"assemblyVersion": {
"precision": "revision"
},
@@ -8,4 +8,4 @@
"^refs/heads/master$",
"^refs/heads/v\\d+(?:.\\d+)?$"
]
-} \ No newline at end of file
+}