diff options
author | Brandon West <brawest@gmail.com> | 2014-01-03 10:24:23 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-01-03 10:24:23 -0700 |
commit | 96c7b116a9db2d184f07e659b837145ebe10765d (patch) | |
tree | 0430c38a70d7758306c804dad3426d458f0a647b | |
parent | 94dbac38b10a833a11de6dc91b2e260d6a82890c (diff) | |
download | sendgrid-csharp-96c7b116a9db2d184f07e659b837145ebe10765d.zip sendgrid-csharp-96c7b116a9db2d184f07e659b837145ebe10765d.tar.gz sendgrid-csharp-96c7b116a9db2d184f07e659b837145ebe10765d.tar.bz2 |
update nuspec
-rw-r--r-- | SendGrid/SendGridMail/nuget/SendGrid.1.2.1.nupkg | bin | 16220 -> 0 bytes | |||
-rw-r--r-- | SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/nuget/SendGrid.1.2.1.nupkg b/SendGrid/SendGridMail/nuget/SendGrid.1.2.1.nupkg Binary files differdeleted file mode 100644 index 869f406..0000000 --- a/SendGrid/SendGridMail/nuget/SendGrid.1.2.1.nupkg +++ /dev/null diff --git a/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec b/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec new file mode 100644 index 0000000..d9f39b7 --- /dev/null +++ b/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>SendGrid</id>
+ <version>1.2.2</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>Adds DeliverAsync method and support for Sections in X-SMTPAPI header</releaseNotes>
+ <copyright>Copyright 2013</copyright>
+ <tags>SendGrid Email Mail Microsoft Azure</tags>
+ <dependencies>
+ <dependency id="Microsoft.Net.Http" version="2.2.13" />
+ <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="lib\SendGridMail.dll" target="lib\SendGridMail.dll" />
+ </files>
+</package>
\ No newline at end of file |