Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Mar 29, 2016
1 parent 5d0efab commit b0c8e77
Show file tree
Hide file tree
Showing 58 changed files with 125,229 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@


## Releases
* 29.03.2016 [3.0.3]:
New: Support for Exchange 2013 SP1 CU12 and 2016 CU1
* 27.02.2016 [3.0.2]:
Fix: Updated to MimeKit 1.2.21 (Fix to not enforce 7bit encoding of the body: https://github.com/jstedfast/MimeKit/issues/224)
Fix: Now using system variable for Program Files Folder install location instead of hard-coded `C:\Program Files`.
Fix: Now using system variable for Program Files Folder install location instead of hard-coded `C:\Program Files`
* 17.01.2016 [3.0.1]:
New: Switched to MimeKit implementation for DKIM signer
New: Better handling of private key reading and generation. Now using OpenSSL format
Expand Down
3 changes: 2 additions & 1 deletion Src/Configuration.DkimSigner/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;

namespace Configuration.DkimSigner
{
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("3.0.2")]
[assembly: AssemblyFileVersion("3.0.2")]
[assembly: AssemblyVersion("3.0.3")]
[assembly: AssemblyFileVersion("3.0.3")]
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("3.0.2")]
[assembly: AssemblyVersion("3.0.3")]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyFileVersionAttribute("3.0.2")]
[assembly: AssemblyFileVersionAttribute("3.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.
24,206 changes: 24,206 additions & 0 deletions Src/Exchange.DkimSigner/bin/Exchange 2013 SP1 CU12/BouncyCastle.xml

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
</startup>
</configuration>
Binary file not shown.
Binary file not shown.
38,398 changes: 38,398 additions & 0 deletions Src/Exchange.DkimSigner/bin/Exchange 2013 SP1 CU12/MimeKit.xml

Large diffs are not rendered by default.

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.
Binary file not shown.
24,206 changes: 24,206 additions & 0 deletions Src/Exchange.DkimSigner/bin/Exchange 2016 CU1/BouncyCastle.xml

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
</startup>
</configuration>
Binary file not shown.
Binary file not shown.
38,398 changes: 38,398 additions & 0 deletions Src/Exchange.DkimSigner/bin/Exchange 2016 CU1/MimeKit.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b0c8e77

Please sign in to comment.