Skip to content

Commit 4c47032

Browse files
committed
v3.2.8 - Bug fix to address to address #317 / #319 / #320
1 parent a317f77 commit 4c47032

116 files changed

Lines changed: 8 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DkimSigner.sln

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio Version 16
43
VisualStudioVersion = 16.0.29505.145
54
MinimumVisualStudioVersion = 10.0.40219.1
@@ -52,7 +51,7 @@ Global
5251
Ex2016 CU15|Any CPU = Ex2016 CU15|Any CPU
5352
Ex2016 CU16|Any CPU = Ex2016 CU16|Any CPU
5453
Ex2016 CU17|Any CPU = Ex2016 CU17|Any CPU
55-
Ex2016 CU17|Any CPU = Ex2016 CU18|Any CPU
54+
Ex2016 CU18|Any CPU = Ex2016 CU18|Any CPU
5655
Ex2016 CU2|Any CPU = Ex2016 CU2|Any CPU
5756
Ex2016 CU3|Any CPU = Ex2016 CU3|Any CPU
5857
Ex2016 CU4|Any CPU = Ex2016 CU4|Any CPU
@@ -69,7 +68,7 @@ Global
6968
Ex2019 CU4|Any CPU = Ex2019 CU4|Any CPU
7069
Ex2019 CU5|Any CPU = Ex2019 CU5|Any CPU
7170
Ex2019 CU6|Any CPU = Ex2019 CU6|Any CPU
72-
Ex2019 CU6|Any CPU = Ex2019 CU7|Any CPU
71+
Ex2019 CU7|Any CPU = Ex2019 CU7|Any CPU
7372
Ex2019 Preview|Any CPU = Ex2019 Preview|Any CPU
7473
Ex2019 RTM|Any CPU = Ex2019 RTM|Any CPU
7574
Release|Any CPU = Release|Any CPU

Src/Configuration.DkimSigner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.2.7")]
36-
[assembly: AssemblyFileVersion("3.2.7")]
35+
[assembly: AssemblyVersion("3.2.8")]
36+
[assembly: AssemblyFileVersion("3.2.8")]
Binary file not shown.
Binary file not shown.

Src/Exchange.DkimSigner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: AssemblyCulture("")]
2222
[assembly: ComVisible(false)]
2323
[assembly: Guid("FA0D7628-702A-445B-9C78-887874B212BA")]
24-
[assembly: AssemblyVersion("3.2.7")]
24+
[assembly: AssemblyVersion("3.2.8")]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: NeutralResourcesLanguage("en-US")]
27-
[assembly: AssemblyFileVersion("3.2.7")]
27+
[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.

0 commit comments

Comments
 (0)