Skip to content

Commit

Permalink
v3.2.8 - Bug fix to address to address #317 / #319 / #320
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan W. Thomson committed Nov 11, 2020
1 parent a317f77 commit 4c47032
Show file tree
Hide file tree
Showing 116 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions DkimSigner.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29505.145
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down Expand Up @@ -52,7 +51,7 @@ Global
Ex2016 CU15|Any CPU = Ex2016 CU15|Any CPU
Ex2016 CU16|Any CPU = Ex2016 CU16|Any CPU
Ex2016 CU17|Any CPU = Ex2016 CU17|Any CPU
Ex2016 CU17|Any CPU = Ex2016 CU18|Any CPU
Ex2016 CU18|Any CPU = Ex2016 CU18|Any CPU
Ex2016 CU2|Any CPU = Ex2016 CU2|Any CPU
Ex2016 CU3|Any CPU = Ex2016 CU3|Any CPU
Ex2016 CU4|Any CPU = Ex2016 CU4|Any CPU
Expand All @@ -69,7 +68,7 @@ Global
Ex2019 CU4|Any CPU = Ex2019 CU4|Any CPU
Ex2019 CU5|Any CPU = Ex2019 CU5|Any CPU
Ex2019 CU6|Any CPU = Ex2019 CU6|Any CPU
Ex2019 CU6|Any CPU = Ex2019 CU7|Any CPU
Ex2019 CU7|Any CPU = Ex2019 CU7|Any CPU
Ex2019 Preview|Any CPU = Ex2019 Preview|Any CPU
Ex2019 RTM|Any CPU = Ex2019 RTM|Any CPU
Release|Any CPU = Release|Any CPU
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.2.7")]
[assembly: AssemblyFileVersion("3.2.7")]
[assembly: AssemblyVersion("3.2.8")]
[assembly: AssemblyFileVersion("3.2.8")]
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.2.7")]
[assembly: AssemblyVersion("3.2.8")]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyFileVersion("3.2.7")]
[assembly: AssemblyFileVersion("3.2.8")]
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 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 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 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 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.
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 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 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 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.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ write-host "*** Exchange DkimSigner Install Script ***" -f "blue"
# Exchange 2019 CU6 (15.2.659.4)
# Exchange 2019 CU7 (15.2.721.2)


write-host "Detecting Exchange version ... " -f "cyan"
$hostname = hostname
$exchserver = Get-ExchangeServer -Identity $hostname
Expand Down

0 comments on commit 4c47032

Please sign in to comment.