* swagger 1.25 * update version converter * bump version * move missing models to models proj * hide util for further cleanup * hide more public api * update version matrix
12 lines
322 B
JSON
12 lines
322 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "9.0",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/master$",
|
|
"^refs/tags/v\\d+\\.\\d+\\.\\d+"
|
|
],
|
|
"cloudBuild": {
|
|
"setVersionVariables": false
|
|
}
|
|
}
|