| 123456789101112 |
- {
- "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "1.2.0.0-beta1",
- "publicReleaseRefSpec": [
- "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
- ],
- "cloudBuild": {
- "buildNumber": {
- "enabled": false
- }
- }
- }
|