summary refs log tree commit diff
path: root/version.json
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-22 19:10:22 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-22 19:10:22 +0700
commit20f4da8f79cc6168befa8217db01b057b7ae0cb3 (patch)
treedd5fb3a6a62946c5a13788b1a8a1550dcc8df7ce /version.json
parentRemove old nuspec (diff)
downloadBouncyCastle.NET-ed25519-20f4da8f79cc6168befa8217db01b057b7ae0cb3.tar.xz
Initial version.json for Nerdbank.GitVersioning
Diffstat (limited to 'version.json')
-rw-r--r--version.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/version.json b/version.json
new file mode 100644
index 000000000..58b079483
--- /dev/null
+++ b/version.json
@@ -0,0 +1,16 @@
+{
+  "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+  "version": "2.0-beta",
+  "versionHeightOffset": -1,
+  "nugetPackageVersion": {
+    "semVer": 2
+  },
+  "publicReleaseRefSpec": [
+    "^refs/heads/master$",
+    "^refs/heads/release/v\\d+\\.\\d+$"
+  ],
+  "release": {
+    "branchName": "release/v{version}",
+    "firstUnstableTag": "beta"
+  }
+}