version.json 475 B

12345678910111213
  1. {
  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. },
  7. "publicReleaseRefSpec": [
  8. "^refs/heads/main$",
  9. "^refs/heads/rel/v\\d+\\.\\d+",
  10. "^refs/heads/rel/ix-v\\d+\\.\\d+"
  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. }