Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Sep 17, 2014
1 parent 0b84a0e commit 38d2566
Show file tree
Hide file tree
Showing 30 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ If you want to debug the .dll on your Exchange Server, you need to install [Visu
8. When reached, the process should stop at the breakpoint

# Changelog

* 17.09.2014 [2.0.3]:
Fix: Wrong signature if subject contained colon and spaces. See issue #62
* 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
Expand Down
2 changes: 1 addition & 1 deletion Src/Configuration.DkimSigner/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private 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.2";
public const string DKIM_SIGNER_VERSION = "Version 2.0.3";
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
4 changes: 2 additions & 2 deletions Src/Configuration.DkimSigner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Src/Exchange.DkimSigner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("FA0D7628-702A-445B-9C78-887874B212BA")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyVersion("2.0.3")]
[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyFileVersionAttribute("2.0.2")]
[assembly: AssemblyFileVersionAttribute("2.0.3")]
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 modified Src/Exchange.DkimSigner/bin/Exchange 2010/ExchangeDkimSigner.pdb
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 modified Src/Exchange.DkimSigner/bin/Exchange 2013/ExchangeDkimSigner.pdb
Binary file not shown.

0 comments on commit 38d2566

Please sign in to comment.