schourode / iso3166

ISO 3166-1 country list for .NET
MIT License
76 stars 31 forks source link

Enable Deterministic build and Source Link #23

Closed 304NotModified closed 2 years ago

304NotModified commented 2 years ago

Please enable Deterministic build and Source Link

Deterministic builds are important as they enable verification that the resulting binary was built from the specified source and provides traceability.

https://github.com/clairernovotny/DeterministicBuilds

See: https://nuget.info/packages/ISO3166/1.0.3

image

schourode commented 2 years ago

I am not currently doing much .NET development, and I am not up to speed on the packaging system. Your suggestions sounds reasonable though. Is this something you would be able to put together a pull request for?

304NotModified commented 2 years ago

I will create a pr. But perhaps it takes some time, as I'm almost on holiday!

304NotModified commented 2 years ago

Found some time :) --> #25