I'd like to use Nerdbank.GitVersioning in a native C++ project. I tried adding the NuGet package to the project and apparently it works well: it generates a VersionInfo resource with all the nice little numbers I want. However, it generates generic strings for CompanyName and LegalCopyright. I'd like to customize those and also ProductName and FileDescription if possible.
I've read the documentation about version.json twice, but I don't think there's a way to customize those fields.