mirror of
https://github.com/Pro/exchange-catchall.git
synced 2026-04-25 07:25:53 +03:00
[PR #17] [CLOSED] Added support for Exchange 2013 SP1 CU13 #23
Labels
No labels
bug
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/exchange-catchall#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Pro/exchange-catchall/pull/17
Author: @mkv2
Created: 7/27/2016
Status: ❌ Closed
Base:
master← Head:Ex2013SP1CU13📝 Commits (1)
630f915Added 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:
Intentional changes:
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.