summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-02-07 11:29:39 -0700
committerBrandon West <brawest@gmail.com>2014-02-07 11:29:39 -0700
commit4eeb055fef43e79d623464f6b3b119943949a98c (patch)
treeb95b11802bc82fd92c81a3766997c19076508622
parente8bd37d5647a3abbe5271a5ca07222548ff686d8 (diff)
downloadsendgrid-csharp-4eeb055fef43e79d623464f6b3b119943949a98c.zip
sendgrid-csharp-4eeb055fef43e79d623464f6b3b119943949a98c.tar.gz
sendgrid-csharp-4eeb055fef43e79d623464f6b3b119943949a98c.tar.bz2
update version and nuget spec
-rw-r--r--SendGrid/SendGridMail/Properties/AssemblyInfo.cs4
-rw-r--r--SendGrid/SendGridMail/nuget/Mail.nuspec21
-rw-r--r--SendGrid/SendGridMail/nuget/SendGrid.1.2.2.nuspec22
-rw-r--r--SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec24
-rw-r--r--SendGrid/SendGridMail/nuget/lib/SendGridMail.dllbin25600 -> 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
index 9169c83..47d8c95 100644
--- a/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll
+++ b/SendGrid/SendGridMail/nuget/lib/SendGridMail.dll
Binary files differ