2022-10-17 20:30:06 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
2024-02-16 23:34:31 +03:00
|
|
|
"version": "60.0-preview",
|
2022-10-17 20:30:06 +03:00
|
|
|
"assemblyVersion": {
|
|
|
|
"precision": "revision"
|
|
|
|
},
|
|
|
|
"publicReleaseRefSpec": [
|
|
|
|
"^refs/heads/main$",
|
|
|
|
"^refs/heads/v\\d+(?:\\.\\d+)?$"
|
|
|
|
]
|
|
|
|
}
|