diff options
author | brandonmwest <brawest@gmail.com> | 2013-01-14 11:43:14 -0800 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-01-14 11:43:14 -0800 |
commit | 15d8d7f43f157484e70dd6566b62c958801af41a (patch) | |
tree | 94fac513c6aa2b145227212f1617d6536c68822f /SendGrid/SendGridMail/Mail.nuspec | |
parent | 7b6db5794a097c43703a90e2f0863967b78426a9 (diff) | |
parent | ee3148aa4de801fda48711b6a37f252cbc226855 (diff) | |
download | sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.zip sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.gz sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.bz2 |
Merge pull request #22 from brandonmwest/master
CodeScales removed, RestSharp added
Diffstat (limited to 'SendGrid/SendGridMail/Mail.nuspec')
-rwxr-xr-x | SendGrid/SendGridMail/Mail.nuspec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec index 3131b3c..0611930 100755 --- a/SendGrid/SendGridMail/Mail.nuspec +++ b/SendGrid/SendGridMail/Mail.nuspec @@ -2,14 +2,17 @@ <package > <metadata> <id>SendGrid</id> - <version>1.0.2</version> + <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>Incorporates all changes through commit 52ff9277583c063a4b06165723bca2041a6aae5b on github</releaseNotes> - <copyright>Copyright 2012</copyright> + <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> </package>
\ No newline at end of file |