I need to have the OpenSmtp.dll strongnamed in order to reference it from one of my other projects. Currently I can do that by building it myself but it shouldn't it be signed by default?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to have the OpenSmtp.dll strongnamed in order to reference it from one of my other projects. Currently I can do that by building it myself but it shouldn't it be signed by default?
I haven't signed it yet just because I couldn't release the private key open source. But I did provide the mechanism to sign it.
With the next release I will sign the release version that I provide.
Thanks for the input
You can sign it yourself by opening the project inside VS.net in the config file enter OpenSmtp.snk
open a command prompt and type sn /OpenSmtp /out:c:\OpenSMTP.snk
Or something like that.
Then copy the file into the /bin/release directory and recompile it. done.........