Browse Source

bump version (#532)

* bump version

* Update version.json
Oren Novotny 7 năm trước cách đây
mục cha
commit
b71cf1c430
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      Rx.NET/Source/version.json

+ 2 - 3
Rx.NET/Source/version.json

@@ -1,9 +1,8 @@
 {
 {
-  "version": "4.0.0-preview.3.build.{height}",
+  "version": "4.1.0-preview.{height}",
   "publicReleaseRefSpec": [
   "publicReleaseRefSpec": [
     "^refs/heads/master$", // we release out of master
     "^refs/heads/master$", // we release out of master
-    "^refs/heads/rel/v\\d+\\.\\d+", // we also release tags starting with vN.N
-    "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
+    "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
   ],
   ],
   "nugetPackageVersion":{
   "nugetPackageVersion":{
     "semVer": 2
     "semVer": 2