12 строки
513 B
JSON
12 строки
513 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"inherit": true,
|
|
"version": "0.1-alpha",
|
|
"versionHeightOffset": 2, // manually +1 each time the ext/sdk-api submodule tree is updated
|
|
"pathFilters": [
|
|
".",
|
|
"../ext/sdk-api", // doesn't work yet: https://github.com/dotnet/Nerdbank.GitVersioning/issues/625
|
|
"../ext/win32" // doesn't work yet: https://github.com/dotnet/Nerdbank.GitVersioning/issues/625
|
|
]
|
|
}
|