21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "10.8.3",
|
|
"assemblyVersion": {
|
|
"precision": "build"
|
|
},
|
|
"gitCommitIdShortFixedLength": 7,
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/main$",
|
|
"^refs/heads/release/"
|
|
],
|
|
"cloudBuild": {
|
|
"buildNumber": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|