diff options
author | Brandon West <brawest@gmail.com> | 2015-03-17 10:13:30 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-03-17 10:13:30 -0600 |
commit | 009a19657ebad60bbfa800269a3bd730956ee5d0 (patch) | |
tree | 3dce54d0c0c6ab82e9737469ca4a860ebf288547 | |
parent | 6354302c92e8994b44ae8fc89a992ad4ffca5b6d (diff) | |
download | sendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.zip sendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.tar.gz sendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.tar.bz2 |
add link to .net40 fork
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ See the [changelog](https://github.com/sendgrid/sendgrid-csharp/blob/master/CHAN #Requirements -As of 4.0.0, this library requires .NET 4.5 and above. If you need .NET 4.0 support: -> `Install-Package SendGrid -V 3.0.2` +As of 4.0.0, this library requires .NET 4.5 and above. [Fork with .NET 4.0 support](https://www.nuget.org/packages/SendGrid.Net40/) #Installation |