nickbabcock / Pfim

.NET Standard targa (.tga) and direct draw surface (.dds) image decoder
https://nickbabcock.github.io/Pfim/
MIT License
109 stars 18 forks source link

Strong name assembly #99

Closed nickbabcock closed 2 years ago

nickbabcock commented 2 years ago

From Strong Name Signing

Because of the viral nature of strong-naming, it is recommended that publicly published .NET libraries are strong-named. Not strong-naming a .NET library excludes anyone who does need to strong-name their application or library from using it.

Since this is an open source library, it should be strong named.