diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-09-12 10:52:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 10:52:20 -0700 |
commit | 52e690c8d54ad9e7882f0687e7a57c5fb4aedd7f (patch) | |
tree | 91f95146c5e15021a8e9696ee727ffeeefa32733 | |
parent | 3a36fab89ab0ee85aa412df07ac1ce3f90dcd49d (diff) | |
download | sendgrid-csharp-origin/mail.zip sendgrid-csharp-origin/mail.tar.gz sendgrid-csharp-origin/mail.tar.bz2 |
Breaking Changes Updateorigin/mailorigin/inbound
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ [](https://travis-ci.org/sendgrid/sendgrid-csharp) +Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-csharp/issues/317). Your support is appreciated! + **This library allows you to quickly and easily use the SendGrid Web API v3 via C# with .NET.** Version 7.X.X+ of this library provides full support for all SendGrid [Web API v3](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html) endpoints, including the new [v3 /mail/send](https://sendgrid.com/blog/introducing-v3mailsend-sendgrids-new-mail-endpoint). @@ -223,6 +225,8 @@ namespace Example <a name="announcements"></a> # Announcements +Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-csharp/issues/317). Your support is appreciated! + All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-csharp/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-csharp/releases). <a name="roadmap"></a> |