Files
csharp/version.json
2022-03-20 11:03:08 -07:00

12 lines
322 B
JSON

{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "7.1",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+"
],
"cloudBuild": {
"setVersionVariables": false
}
}