From a50441026d49feed5a8bd35e261a56deaede20ad Mon Sep 17 00:00:00 2001 From: Shawn Mclean Date: Fri, 21 Jul 2017 01:35:55 +0100 Subject: [PATCH] Release notes updated with Readme. --- README.md | 13 ++++--------- src/Mandrill/Mandrill.csproj | 5 ++++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a26e8f..78610e9 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ All endpoints are covered by integration tests and can be used as a reference. ## Necessary prerequisites -### Net Core +### Net Core / NetStandard -Coming soon +Mandrill.net now supports these platforms. ### .NET 4.5 @@ -43,19 +43,14 @@ This wrapper uses async and await, hence the dependency on .NET 4.5. ###.NET 4 Support for .NET 4 has be dropped. The last build for .NET 4 is the NuGet version `1.3.1`. The code can be found on tag [.net-4.0](https://github.com/shawnmclean/Mandrill-dotnet/tree/net-4.0). -Async and Sync methods were merged into using the async pattern as suggested as [best practice](http://blogs.msdn.com/b/pfxteam/archive/2012/04/13/10293638.aspx) by the parallel programming team at microsoft. +Async and Sync methods were merged into using the async pattern as suggested as [best practice](http://blogs.msdn.com/b/pfxteam/archive/2012/04/13/10293638.aspx) by the parallel programming team at microsoft. ## Contributing #### Building the source -For running tests, ensure to rename `AppSettings.example.config` to `AppSettings.config` and -set your own Api Key in the test project. Tests can be executed from rake: `rake test` or from any nunit test runner -tool. +Integration Tests are currently being re-written in xunit with the new .net core support. -You will also need to create a test template in your Mandrill account. The template's html content must be set to ``````. -The template's name must match the `TemplateExample` setting in the `AppSettings.config`; `Test` by default. In addition, the template's label must -match the `TemplateLabel` (default `test`). #### Contributors diff --git a/src/Mandrill/Mandrill.csproj b/src/Mandrill/Mandrill.csproj index 8b7ae66..282391a 100644 --- a/src/Mandrill/Mandrill.csproj +++ b/src/Mandrill/Mandrill.csproj @@ -7,7 +7,10 @@ https://github.com/shawnmclean/Mandrill-dotnet https://raw.githubusercontent.com/shawnmclean/Mandrill-dotnet/master/docs/icons/32x32.png https://github.com/shawnmclean/Mandrill-dotnet - Ported Mandrill to .Net Core + + Ported Mandrill to .NetStandard1.1. + MandrillException messages are now passed in to Inner Exceptions. + Mandrill, MailChimp Mandrill .Net is a quick and easy wrapper for getting started with the Mandrill API. Mandrill.net