summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-09-12 10:52:20 -0700
committerMaxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink>2016-09-20 20:13:45 +0500
commit4e34d364d26dd85155bed110e7394f4255eeb12c (patch)
treeb1fbb2464a897a4bad7c5eb6e2c1867ed4e65994
parentfa265a1e2638baa645885958431c1750992f9bdc (diff)
downloadsendgrid-csharp-4e34d364d26dd85155bed110e7394f4255eeb12c.zip
sendgrid-csharp-4e34d364d26dd85155bed110e7394f4255eeb12c.tar.gz
sendgrid-csharp-4e34d364d26dd85155bed110e7394f4255eeb12c.tar.bz2
Breaking Changes Update
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4934682..5e1ef79 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
[![BuildStatus](https://travis-ci.org/sendgrid/sendgrid-csharp.png?branch=master)](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>