mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
196 stars 32 forks source link

Strongly signed #38

Closed mrbeck02 closed 6 years ago

mrbeck02 commented 6 years ago

Could you please provide a strongly named solution for this like you do for TimeZoneConverter?

Thanks

mattjohnsonpint commented 6 years ago

I don't provide a strong named assembly. Someone else appears to be publishing that to nuget.

This has been asked before in #26, and my reasoning still applies. I do not generally provide strongly named assemblies for any of my OSS projects.

Additionally, see:

Generally, strong naming is not a thing anymore.

mattjohnsonpint commented 6 years ago

If you must have strong naming, there are a few projects that allow you to do it yourself.

https://www.nuget.org/packages/Nivot.StrongNaming/

https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/

https://www.nuget.org/packages/StrongNamer/