The MinVer project injects build properties based on the current git tag, which allows for controlling versions separately from commits. The idea is to simplify the CI process for releases while allowing for a custom patch/build height determined by CI. This is otherwise outside the scope of NBGV as of current (see https://github.com/dotnet/Nerdbank.GitVersioning/issues/904).
Notably, any additional NuGet package properties can still be controlled programmatically:
The MinVer project injects build properties based on the current git tag, which allows for controlling versions separately from commits. The idea is to simplify the CI process for releases while allowing for a custom patch/build height determined by CI. This is otherwise outside the scope of NBGV as of current (see https://github.com/dotnet/Nerdbank.GitVersioning/issues/904).
Notably, any additional NuGet package properties can still be controlled programmatically: