Files
csharp/version.json

12 lines
323 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "17.0",
"publicReleaseRefSpec": [
2022-03-20 11:03:08 -07:00
"^refs/heads/master$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+"
],
"cloudBuild": {
"setVersionVariables": false
}
}