summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/SendGridMail/Mail.nuspec')
-rw-r--r--[-rwxr-xr-x]SendGrid/SendGridMail/Mail.nuspec34
1 files changed, 17 insertions, 17 deletions
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec
index 0611930..85f7061 100755..100644
--- a/SendGrid/SendGridMail/Mail.nuspec
+++ b/SendGrid/SendGridMail/Mail.nuspec
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="utf-8"?>
-<package >
- <metadata>
- <id>SendGrid</id>
- <version>1.1.1</version>
- <title>SendGrid</title>
- <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors>
- <owners>Sendgrid</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description>
- <releaseNotes>Removed CodeScales, now uses RestSharp</releaseNotes>
- <copyright>Copyright 2013</copyright>
- <tags>SendGrid Email Mail Microsoft Azure</tags>
- <dependencies>
- <dependency id="RestSharp" version="104.1" />
- </dependencies>
- </metadata>
+<?xml version="1.0" encoding="utf-8"?>
+<package >
+ <metadata>
+ <id>SendGrid</id>
+ <version>2.0.0</version>
+ <title>SendGrid</title>
+ <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors>
+ <owners>SendGrid</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description>
+ <releaseNotes>Migrated to .NET 4.5 and System.Net.Http</releaseNotes>
+ <copyright>Copyright 2013</copyright>
+ <tags>SendGrid Email Mail Microsoft Azure</tags>
+ <dependencies>
+ <dependency id="System.Net.Http" version="2.0.20710.0" />
+ </dependencies>
+ </metadata>
</package> \ No newline at end of file