agrobot_base/Exemplos/SharpDX-master/version.json

12 lines
344 B
JSON
Raw Permalink Normal View History

2023-08-31 11:50:53 +00:00
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.2.1-beta0",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"cloudBuild": {
"buildNumber": {
"enabled": false
}
}
}