diff options
Diffstat (limited to 'SendGrid/SendGridMail/Mail.nuspec')
-rwxr-xr-x | SendGrid/SendGridMail/Mail.nuspec | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec new file mode 100755 index 0000000..39d44bf --- /dev/null +++ b/SendGrid/SendGridMail/Mail.nuspec @@ -0,0 +1,15 @@ +<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>Sendgrid</id>
+ <version>1.0.0</version>
+ <title>Sendgrid</title>
+ <authors>CJ Buchmann, Tyler Bischel, Eric Becking</authors>
+ <owners>Sendgrid</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>$description$</description>
+ <releaseNotes>Basic C# client library and examples for using Sendgrid API's to send mail</releaseNotes>
+ <copyright>Copyright 2012</copyright>
+ <tags>Sendgrid Email Mail Microsoft Azure</tags>
+ </metadata>
+</package>
\ No newline at end of file |