From 1232f3b1dae2153348d7b534b5cc502d76685066 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 12 Sep 2018 10:51:15 -0700 Subject: [PATCH] Version Bump v9.10.0: Dynamic Template + Hacktoberfest Rollup --- nuspec/Sendgrid.9.10.0.nuspec | 43 +++++++++++++++++++++ nuspec/Sendgrid.9.9.0.nuspec | 51 ------------------------- src/SendGrid/Properties/AssemblyInfo.cs | 2 +- src/SendGrid/SendGrid.csproj | 2 +- 4 files changed, 45 insertions(+), 53 deletions(-) create mode 100644 nuspec/Sendgrid.9.10.0.nuspec delete mode 100644 nuspec/Sendgrid.9.9.0.nuspec diff --git a/nuspec/Sendgrid.9.10.0.nuspec b/nuspec/Sendgrid.9.10.0.nuspec new file mode 100644 index 000000000..ba5ed8663 --- /dev/null +++ b/nuspec/Sendgrid.9.10.0.nuspec @@ -0,0 +1,43 @@ + + + + Sendgrid + 9.10.0 + SendGrid + Elmer Thomas,SendGrid DX Team + https://github.com/sendgrid/sendgrid-csharp/blob/master/LICENSE.txt + https://github.com/sendgrid/sendgrid-csharp + https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png + false + C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp + C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. + Please see: https://github.com/sendgrid/sendgrid-csharp/releases + SendGrid, Inc. 2018 + SendGrid Email Mail Microsoft Azure Transactional .NET Core + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuspec/Sendgrid.9.9.0.nuspec b/nuspec/Sendgrid.9.9.0.nuspec deleted file mode 100644 index 02ef4ad27..000000000 --- a/nuspec/Sendgrid.9.9.0.nuspec +++ /dev/null @@ -1,51 +0,0 @@ - - - - Sendgrid - 9.9.0 - SendGrid - Elmer Thomas,SendGrid DX Team - https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE - https://github.com/sendgrid/sendgrid-csharp - https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png - false - C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp - C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. - ## Added -- #509 Transient Fault Handling (dependency free) -- Implements retry behaviour for transient faults when using HttpClient to send the request. -- Please see #509 and [USE_CASES.md](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md#transient_faults) for details. -- Thanks to [Dylan Morley](https://github.com/dylan-asos) for the PR! - SendGrid, Inc. 2017 - SendGrid Email Mail Microsoft Azure Transactional .NET Core - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/SendGrid/Properties/AssemblyInfo.cs b/src/SendGrid/Properties/AssemblyInfo.cs index 316218cf8..e99ca49cd 100644 --- a/src/SendGrid/Properties/AssemblyInfo.cs +++ b/src/SendGrid/Properties/AssemblyInfo.cs @@ -22,4 +22,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("377c20e4-2297-488f-933b-fb635c56d8fc")] -[assembly: AssemblyInformationalVersion("9.9.0")] +[assembly: AssemblyInformationalVersion("9.10.0")] diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj index 77fc25908..a182bb01c 100644 --- a/src/SendGrid/SendGrid.csproj +++ b/src/SendGrid/SendGrid.csproj @@ -1,7 +1,7 @@  - 9.9.0 + 9.10.0 netstandard1.3;netstandard2.0;net452 anycpu true