[PR #17] [CLOSED] Added support for Exchange 2013 SP1 CU13 #23

Closed
opened 2026-02-27 15:45:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pro/exchange-catchall/pull/17
Author: @mkv2
Created: 7/27/2016
Status: Closed

Base: masterHead: Ex2013SP1CU13


📝 Commits (1)

  • 630f915 Added support for Exchange 2013 SP1 CU13

📊 Changes

9 files changed (+10977 additions, -17 deletions)

View changed files

📝 CatchAllAgent.sln (+17 -14)
📝 CatchAllAgent/Exchange.CatchAll.csproj (+42 -1)
📝 CatchAllAgent/Properties/AssemblyInfo.cs (+2 -2)
CatchAllAgent/bin/Exchange 2013 SP1 CU13/ExchangeCatchAll.dll (+0 -0)
CatchAllAgent/bin/Exchange 2013 SP1 CU13/ExchangeCatchAll.dll.config (+35 -0)
Lib/Exchange 2013 SP1 CU13/Microsoft.Exchange.Data.Common.xml (+9082 -0)
Lib/Exchange 2013 SP1 CU13/Microsoft.Exchange.Data.Transport.xml (+1792 -0)
📝 README.md (+4 -0)
📝 install.ps1 (+3 -0)

📄 Description

This is my first pull request - please accept my apologies in advance for anything unhelpful!

These changes happened 'automatically' - but I guess they will be the same as for anyone else using Visual Studio 2015 - so I didn't manually edit them out:

  • All the "<Prefer32Bit>false</Prefer32Bit>" additions in the .csproj
  • The re-ordering of the configurations in the .sln

Intentional changes:

  • I've updated all of the configuration to work for Exchange 2013 SP1 CU13. The .Net targeting is also conditionally set to 4.5.2 as this is now supported.
  • I bumped the version number to 1.6.6.1 as it seemed to me that 1.6.7 should include all of the Exchange CU's released at the same time.

My only other thing to draw your attention to is the last line of the app.config -
<startup><supportedRuntime version="v2.0.50727"/></startup>
as per this link: https://msdn.microsoft.com/en-us/library/jj152935.aspx
it might be best to have both, ie.
<startup><supportedRuntime version="v4.0"/><supportedRuntime version="v2.0.50727"/></startup>
...but I don't fully understand what effect this may have on other versions, so I'll leave you to decide.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Pro/exchange-catchall/pull/17 **Author:** [@mkv2](https://github.com/mkv2) **Created:** 7/27/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Ex2013SP1CU13` --- ### 📝 Commits (1) - [`630f915`](https://github.com/Pro/exchange-catchall/commit/630f91508808fd9830525f2599c3e76a215ebb42) Added support for Exchange 2013 SP1 CU13 ### 📊 Changes **9 files changed** (+10977 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CatchAllAgent.sln` (+17 -14) 📝 `CatchAllAgent/Exchange.CatchAll.csproj` (+42 -1) 📝 `CatchAllAgent/Properties/AssemblyInfo.cs` (+2 -2) ➕ `CatchAllAgent/bin/Exchange 2013 SP1 CU13/ExchangeCatchAll.dll` (+0 -0) ➕ `CatchAllAgent/bin/Exchange 2013 SP1 CU13/ExchangeCatchAll.dll.config` (+35 -0) ➕ `Lib/Exchange 2013 SP1 CU13/Microsoft.Exchange.Data.Common.xml` (+9082 -0) ➕ `Lib/Exchange 2013 SP1 CU13/Microsoft.Exchange.Data.Transport.xml` (+1792 -0) 📝 `README.md` (+4 -0) 📝 `install.ps1` (+3 -0) </details> ### 📄 Description **This is my first pull request - please accept my apologies in advance for anything unhelpful!** These changes happened 'automatically' - but I guess they will be the same as for anyone else using Visual Studio 2015 - so I didn't manually edit them out: - All the "&lt;Prefer32Bit&gt;false&lt;/Prefer32Bit&gt;" additions in the .csproj - The re-ordering of the configurations in the .sln **Intentional changes:** - I've updated all of the configuration to work for Exchange 2013 SP1 CU13. The .Net targeting is also conditionally set to 4.5.2 as this is now supported. - I bumped the version number to 1.6.6.1 as it seemed to me that 1.6.7 should include all of the Exchange CU's released at the same time. My only other thing to draw your attention to is the last line of the app.config - `<startup><supportedRuntime version="v2.0.50727"/></startup>` as per this link: [https://msdn.microsoft.com/en-us/library/jj152935.aspx](https://msdn.microsoft.com/en-us/library/jj152935.aspx) it might be best to have both, ie. `<startup><supportedRuntime version="v4.0"/><supportedRuntime version="v2.0.50727"/></startup>` ...but I don't fully understand what effect this may have on other versions, so I'll leave you to decide. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:45:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/exchange-catchall#23
No description provided.