Files
csharp/version.json
2018-07-13 20:38:10 -07:00

8 lines
247 B
JSON

{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
],
}