neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Can we get a strong named dll? #42

Open Elephant-Vessel opened 2 years ago

Elephant-Vessel commented 2 years ago

Thank you for a very useful library. Would it be possible to strong name the distributed assembly? Strong named assemblies cannot reference non-strong named assemblies.

Example: https://stackoverflow.com/questions/331520/how-to-fix-referenced-assembly-does-not-have-a-strong-name-error/331555

neilharvey commented 2 years ago

Hey, this should have been fixed in #38 - does it work if you upgrade to v4.1?