Skip to content

Commit 4610abd

Browse files
Added supported versions to the README
1 parent 70d5d73 commit 4610abd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
2626

2727
# Installation
2828

29-
## Setup Environment Variables
29+
## Prerequisites
30+
31+
- .NET version 4.5.2
32+
- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp)
3033

31-
First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-csharp).
34+
## Setup Environment Variables
3235

33-
Next, update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
36+
Update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
3437

3538
## Install Package
3639

@@ -53,8 +56,8 @@ using SendGrid.Helpers.Mail; // Include if you want to use the Mail Helper
5356

5457
## Dependencies
5558

56-
- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp))
5759
- [SendGrid.CSharp.HTTP.Client](https://github.com/sendgrid/csharp-http-client)
60+
- [Newtonsoft.Json](http://www.newtonsoft.com/json)
5861

5962
# Quick Start
6063

0 commit comments

Comments
 (0)