Skip to content

Commit b1b81fb

Browse files
committed
Set version to '7.0.0'
1 parent 4facf8a commit b1b81fb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Ix.NET/Source/version.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"version": "7.0.0-preview.{height}",
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "7.0",
4+
"nuGetPackageVersion": {
5+
"semVer": 2.0
6+
},
37
"publicReleaseRefSpec": [
4-
"^refs/heads/main$", // we release out of main
5-
"^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with vN.N
6-
"^refs/heads/rel/ix-v\\d+\\.\\d+" // we also release branches starting with vN.N
8+
"^refs/heads/main$",
9+
"^refs/heads/rel/v\\d+\\.\\d+",
10+
"^refs/heads/rel/ix-v\\d+\\.\\d+"
711
],
8-
"nugetPackageVersion":{
9-
"semVer": 2
10-
}
11-
}
12+
"versionHeightOffset": -1 // For reasons I continue not to understand, without this nbgv makes the first version 7.0.1 instead of 7.0.0
13+
}

0 commit comments

Comments
 (0)