1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2024-07-27 07:28:52 +02:00
.NET-Community-Toolkit/version.json
Michael Hawker MSFT (XAML Llama) 4702495856
Update to reflect upcoming version
2022-01-13 10:41:27 -08:00

17 lines
387 B
JSON

{
"version": "8.0.0-build.{height}",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/dev$", // we release out of dev
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
],
"nugetPackageVersion": {
"semVer": 2
},
"cloudBuild": {
"buildNumber": {
"enabled": false
}
}
}