Skip to content

Commit

Permalink
Version Bump v9.1.0: PR #405: Reuse HTTP Client
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Mar 20, 2017
1 parent 7ea44d6 commit 1d122ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [9.1.0] - 2017-03-20
## Update
- PR #405: Reuse HTTP Client
- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR!

## [9.0.12] - 2017-02-17
## Update
- Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Sendgrid</id>
<version>9.0.12</version>
<version>9.1.0</version>
<title>SendGrid</title>
<authors>Elmer Thomas,SendGrid DX Team</authors>
<licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
Expand All @@ -11,7 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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</description>
<summary>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.</summary>
<releaseNotes>- Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers</releaseNotes>
<releaseNotes>- PR #405: Reuse HTTP Client
- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR!</releaseNotes>
<copyright>SendGrid, Inc. 2017</copyright>
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/SendGrid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.12")]
[assembly: AssemblyInformationalVersion("9.1.0")]
2 changes: 1 addition & 1 deletion src/SendGrid/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
}
}
},
"version": "9.0.12"
"version": "9.1.0"
}

0 comments on commit 1d122ba

Please sign in to comment.