File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments