We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffbcad commit f4da16fCopy full SHA for f4da16f
Rx.NET/Source/version.json
@@ -1,11 +1,12 @@
1
{
2
- "version": "6.1.0-preview.{height}",
+ "version": "6.1",
3
"publicReleaseRefSpec": [
4
"^refs/heads/main$", // we release out of main
5
"^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with rel/vN.N
6
"^refs/heads/rel/rx-v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
7
],
8
- "nugetPackageVersion":{
+ "nugetPackageVersion": {
9
"semVer": 2
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
12
}
0 commit comments