diff options
author | Brandon West <brawest@gmail.com> | 2014-06-23 09:25:27 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-23 09:25:27 -0600 |
commit | 64e62585587bd9c2ef59c6c03f97af67c550b560 (patch) | |
tree | d9ab7142195ef2663a514d24d5a27bb7c9eb11d3 | |
parent | 88ac90fd02bdac068d0e2581b6711434c544e4a6 (diff) | |
download | sendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.zip sendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.tar.gz sendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ and `new Web()` instead of `Web.GetInstance()` #Requirements -This library requires .NET 4.0 and above. +As of 4.0.0, this library requires .NET 4.5 and above. If you need .NET 4.0 support, `Install-Package sendgri -V 3.0.2` #Installation |