summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/nuget/Mail.nuspec
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-28 14:51:28 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commit6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1 (patch)
tree76d38e52ac3881f53ce03feed7946af82a659980 /SendGrid/SendGridMail/nuget/Mail.nuspec
parent8f0c87ba2059be4c2b411efa88567cd4b7ce393a (diff)
downloadsendgrid-csharp-6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1.zip
sendgrid-csharp-6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1.tar.gz
sendgrid-csharp-6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1.tar.bz2
reorganize nuget stuff
Diffstat (limited to 'SendGrid/SendGridMail/nuget/Mail.nuspec')
-rw-r--r--SendGrid/SendGridMail/nuget/Mail.nuspec18
1 files changed, 18 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/nuget/Mail.nuspec b/SendGrid/SendGridMail/nuget/Mail.nuspec
new file mode 100644
index 0000000..431f21d
--- /dev/null
+++ b/SendGrid/SendGridMail/nuget/Mail.nuspec
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package >
+ <metadata>
+ <id>SendGrid</id>
+ <version>2.0.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>Migrated to .NET 4.5 and System.Net.Http</releaseNotes>
+ <copyright>Copyright 2013</copyright>
+ <tags>SendGrid Email Mail Microsoft Azure</tags>
+ <dependencies>
+ <dependency id="Microsoft.Net.Http" version="2.2.13" />
+ </dependencies>
+ </metadata>
+</package>