MapTo/version.json

14 lines
378 B
JSON
Raw Permalink Normal View History

2020-12-22 19:13:36 +03:00
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
2021-12-06 02:46:24 +03:00
"version": "0.8",
2020-12-24 10:37:28 +03:00
"semVer1NumericIdentifierPadding": 1,
2020-12-22 19:13:36 +03:00
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}