Per CLAUDE.md: "GitVersion is still installed as a transitional helper for MajorMinorPatchVersion in Build.cs; full removal is a follow-up."
This is that follow-up. Nerdbank.GitVersioning emits everything we need — AssemblyInformationalVersion, NuGetPackageVersion, etc. Build.cs should source MajorMinorPatchVersion from NB.GV's generated ThisAssembly.AssemblyInformationalVersion (or similar) and stop invoking the GitVersion CLI tool.
Refs the dependency audit. Done when:
Per CLAUDE.md: "GitVersion is still installed as a transitional helper for MajorMinorPatchVersion in Build.cs; full removal is a follow-up."
This is that follow-up. Nerdbank.GitVersioning emits everything we need —
AssemblyInformationalVersion,NuGetPackageVersion, etc.Build.csshould sourceMajorMinorPatchVersionfrom NB.GV's generatedThisAssembly.AssemblyInformationalVersion(or similar) and stop invoking the GitVersion CLI tool.Refs the dependency audit. Done when:
Build.csMajorMinorPatchVersionderived from NB.GVGitVersion.ToolPackageDownload removed