dotnet / Nerdbank.GitVersioning

Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.
https://www.nuget.org/packages/Nerdbank.GitVersioning
MIT License
1.32k stars 165 forks source link

Invert `Language` special-casing to handle *supported* programming languages. #1021

Closed alexrp closed 6 months ago

alexrp commented 6 months ago

Closes #1020.

alexrp commented 6 months ago

@AArnott OK to just delete the failing AssemblyInfo_NotProducedWithoutCodeDomProvider test?

AArnott commented 6 months ago

This looks great. And yes, go ahead and delete that test.

alexrp commented 6 months ago

This should be ready for review.