Skip to content

Commit f4da16f

Browse files
committed
Update version to 6.1
1 parent 1ffbcad commit f4da16f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Rx.NET/Source/version.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"version": "6.1.0-preview.{height}",
2+
"version": "6.1",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of main
55
"^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with rel/vN.N
66
"^refs/heads/rel/rx-v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
77
],
8-
"nugetPackageVersion":{
8+
"nugetPackageVersion": {
99
"semVer": 2
10-
}
10+
},
11+
"versionHeightOffset": -1 // For reasons I continue not to understand, without this nbgv makes the first version 6.1.1 instead of 6.1.0
1112
}

0 commit comments

Comments
 (0)