diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-19 15:07:03 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 20:09:35 +0500 |
commit | 28eb7a9de2557142a5c896488d1a0d671fc9a6ea (patch) | |
tree | 90ab61453a1471458be9fcf693426e48178442f0 | |
parent | 26e65a4524cb4787cddedb776d699ade7fcd0c53 (diff) | |
download | sendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.zip sendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.tar.gz sendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.tar.bz2 |
Added supported versions to the README
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -26,11 +26,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/ # Installation -## Setup Environment Variables +## Prerequisites + +- .NET version 4.5.2 +- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp) -First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-csharp). +## Setup Environment Variables -Next, update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys). +Update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys). ## Install Package @@ -53,8 +56,8 @@ using SendGrid.Helpers.Mail; // Include if you want to use the Mail Helper ## Dependencies -- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp)) - [SendGrid.CSharp.HTTP.Client](https://github.com/sendgrid/csharp-http-client) +- [Newtonsoft.Json](http://www.newtonsoft.com/json) # Quick Start |