Add strong-name signing
RichardSinden opened this issue · 1 comments
RichardSinden commented
Great project, but is there a chance you could strong-name sign it, please?
I currently can't add it into my strong-named project without manually signing it myself, which is a bit of a nuisance every time I upgrade.
Thanks.
joelweiss commented
Strong naming just makes life difficult especially for open source projects (see Jeremy Miller's Blog), so I don't want to release a signed version.
Check out Strong Namer, that should make life easier for you.
HTH