hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

Added strong naming for the .NET Framework 4.x dlls #33

Closed Lakritzator closed 4 years ago

Lakritzator commented 4 years ago

as was discussed in #3.

Strong naming doesn't help for security but it's sometimes needed as companies want to build strongly named assemblies themselves, and these can only use other strong named assembly. The general way to do this, is to sign the assembly with a public known .snk file (Which is in the repository) so it's strongly named but without negative side effects.

Lakritzator commented 4 years ago

Closing this PR, it references a deleted repository.