diff options
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | SendGrid/SendGridMail/nuget/Mail.nuspec | 21 | ||||
-rw-r--r-- | SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec | 22 | ||||
-rw-r--r-- | SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec | 24 | ||||
-rw-r--r-- | SendGrid/SendGridMail/nuget/lib/SendGridMail.dll | bin | 25600 -> 25600 bytes |
5 files changed, 26 insertions, 45 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index d7f375c..5ae1b77 100644 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.1.0")]
-[assembly: AssemblyFileVersion("2.1.0")]
+[assembly: AssemblyVersion("2.1.1")]
+[assembly: AssemblyFileVersion("2.1.1")]
diff --git a/SendGrid/SendGridMail/nuget/Mail.nuspec b/SendGrid/SendGridMail/nuget/Mail.nuspec deleted file mode 100644 index f318478..0000000 --- a/SendGrid/SendGridMail/nuget/Mail.nuspec +++ /dev/null @@ -1,21 +0,0 @@ -<?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.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>Changed HTTP transport to use 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>
- <files>
- <file src="lib\SendGridMail.dll" target="lib\SendGridMail.dll" />
- </files>
-</package>
\ No newline at end of file diff --git a/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec b/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec deleted file mode 100644 index d9f39b7..0000000 --- a/SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec +++ /dev/null @@ -1,22 +0,0 @@ -<?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 diff --git a/SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec b/SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec new file mode 100644 index 0000000..a6cc5f9 --- /dev/null +++ b/SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec @@ -0,0 +1,24 @@ +<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>Sendgrid</id>
+ <version>2.1.1</version>
+ <title>SendGrid</title>
+ <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors>
+ <owners>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</owners>
+ <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
+ <projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl>
+ <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>BREAKING CHANGE: Deprecates SMTP transport and adds dependency on smtpapi package for building headers. + +For an example of how to continue using SMTP, see https://github.com/sendgrid/smtpapi-csharp</releaseNotes>
+ <copyright>Copyright 2014</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" />
+ <dependency id="smtpapi" version="1.0.0" />
+ </dependencies>
+ </metadata>
+</package>
\ No newline at end of file diff --git a/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll b/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll Binary files differindex 9169c83..47d8c95 100644 --- a/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll +++ b/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll |