ygoe / TxTranslation

Tx Translation & Localisation for .NET and WPF
GNU General Public License v3.0
28 stars 12 forks source link

add signing #20

Open codingdave opened 2 years ago

codingdave commented 2 years ago

If your software is signed, all its dependencies need to be signed as well. Every dll can be signed later on using sn.exe but this is not the fastest and most easy way.

Using signed assemblies from an unsigned entry point (application, library) does work without an issue.

So delivering signed versions is just making the life easier for everyone.

Thank you David