Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Sep 11, 2014
1 parent ca76f1d commit a4f67fc
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -192,7 +192,7 @@ If you want to debug the .dll on your Exchange Server, you need to install [Visu

## Changelog

* 11.09.2014 [2.0.1]:
* 11.09.2014 [2.0.2]:
New: The signer can now be configured through the GUI instead of manual XML editing
New: Installation, Update and Uninstall is now done by a simple click within GUI
New: Private key support (PEM, DER, XML)
Expand Down
2 changes: 1 addition & 1 deletion Src/Configuration.DkimSigner/Constants.cs
Expand Up @@ -9,7 +9,7 @@ public class Constants
public const string DKIM_SIGNER_AGENT_DLL = @"ExchangeDkimSigner.dll";
public const string DKIM_SIGNER_CONFIGURATION_EXE = @"Configuration.DkimSigner.exe";

public const string DKIM_SIGNER_VERSION = "Version 2.0.1";
public const string DKIM_SIGNER_VERSION = "Version 2.0.2";
public const string DKIM_SIGNER_NOTICE = "This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.";
public const string DKIM_SIGNER_LICENCE = "This Software is provided under the GNU GPLv3 License.\r\nFuther details can be found here: http://www.gnu.org/licenses";
public const string DKIM_SIGNER_AUTHOR = "The code for the signing algorithm is based on the work of Nicholas Piasecki.\r\nhttp://nicholas.piasecki.name/blog/2010/12/dkim-signing-outbound-messages-in-exchange-server-2007/\r\n\r\nDeveloped and maintained by Stefan Profanter and Alexandre Laroche.";
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Src/Exchange.DkimSigner/Properties/AssemblyInfo.cs
Expand Up @@ -21,7 +21,7 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("FA0D7628-702A-445B-9C78-887874B212BA")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: AssemblyFileVersionAttribute("2.0.2")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Src/Exchange.DkimSigner/bin/Exchange 2010/ExchangeDkimSigner.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Src/Exchange.DkimSigner/bin/Exchange 2013/ExchangeDkimSigner.dll
Binary file not shown.
Binary file not shown.

0 comments on commit a4f67fc

Please sign in to comment.