globalmousekeyhook icon indicating copy to clipboard operation
globalmousekeyhook copied to clipboard

Please sign assembly with a strong name

Open junrau opened this issue 9 years ago • 5 comments

The application I use this NuGet package in has strongly named assemblies, so when I update this package, I have to manually sign the assembly. Not difficult, but it would be nice if it came signed.

junrau avatar Jan 11 '16 20:01 junrau

Also facing this issue trying to update to v5.4.0 from v5.3.0. For anyone using ClickOnce, you can bypass this be following these instructions: http://stackoverflow.com/a/721350/615429

cscorley avatar Jan 19 '16 16:01 cscorley

Yeah, that would be really great, if you can sign the assembly in the next release!

claudiospizzi avatar Apr 10 '16 22:04 claudiospizzi

Facing this issue as well

sguergachi avatar Apr 08 '17 23:04 sguergachi

Please publish a signed version

Khaos66 avatar Oct 31 '20 11:10 Khaos66

nvm... just found this blog fixing the strong name issue easily: https://joshuachini.com/2017/07/12/how-to-assign-a-strong-name-to-unsigned-3rd-party-assemblies-during-the-build-process/ using this nuget: https://www.nuget.org/packages/strongnamer

Khaos66 avatar Oct 31 '20 11:10 Khaos66