diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-19 15:07:03 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-19 15:07:03 -0700 |
commit | 4610abd2677db3f032a962a1cb4ea71217c372e6 (patch) | |
tree | 53e66f5eae8a7e303f95de011e6585601c92884c | |
parent | 70d5d73407a5652d2175e21e28ce24794d621bbc (diff) | |
download | sendgrid-csharp-4610abd2677db3f032a962a1cb4ea71217c372e6.zip sendgrid-csharp-4610abd2677db3f032a962a1cb4ea71217c372e6.tar.gz sendgrid-csharp-4610abd2677db3f032a962a1cb4ea71217c372e6.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 |