-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.2.5 - Add support for Exchange 2016 CU17 and Exchange 2019 CU6
- Loading branch information
Jonathan W. Thomson
committed
Jun 26, 2020
1 parent
d3af6ac
commit 31b1265
Showing
198 changed files
with
147,255 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
9,082 changes: 9,082 additions & 0 deletions
9,082
Lib/Exchange 2016 CU17/microsoft.exchange.data.common.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,792 changes: 1,792 additions & 0 deletions
1,792
Lib/Exchange 2016 CU17/microsoft.exchange.data.transport.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
9,082 changes: 9,082 additions & 0 deletions
9,082
Lib/Exchange 2019 CU6/microsoft.exchange.data.common.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,792 changes: 1,792 additions & 0 deletions
1,792
Lib/Exchange 2019 CU6/microsoft.exchange.data.transport.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+512 Bytes
(100%)
Src/Configuration.DkimSigner/bin/Release/Configuration.DkimSigner.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Src/Configuration.DkimSigner/bin/Release/Configuration.DkimSigner.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
Oops, something went wrong.