Files
csharp/version.json

8 lines
247 B
JSON
Raw Normal View History

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