Skip to content

Commit 1d122ba

Browse files
Version Bump v9.1.0: PR #405: Reuse HTTP Client
1 parent 7ea44d6 commit 1d122ba

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [9.1.0] - 2017-03-20
5+
## Update
6+
- PR #405: Reuse HTTP Client
7+
- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR!
8+
49
## [9.0.12] - 2017-02-17
510
## Update
611
- Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers

nuspec/Sendgrid.9.0.12.nuspec renamed to nuspec/Sendgrid.9.1.0.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Sendgrid</id>
5-
<version>9.0.12</version>
5+
<version>9.1.0</version>
66
<title>SendGrid</title>
77
<authors>Elmer Thomas,SendGrid DX Team</authors>
88
<licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
@@ -11,7 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
1313
<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>
14-
<releaseNotes>- Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers</releaseNotes>
14+
<releaseNotes>- PR #405: Reuse HTTP Client
15+
- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR!</releaseNotes>
1516
<copyright>SendGrid, Inc. 2017</copyright>
1617
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
1718
<dependencies>

src/SendGrid/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("377c20e4-2297-488f-933b-fb635c56d8fc")]
2424

25-
[assembly: AssemblyInformationalVersion("9.0.12")]
25+
[assembly: AssemblyInformationalVersion("9.1.0")]

src/SendGrid/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
}
4949
}
5050
},
51-
"version": "9.0.12"
51+
"version": "9.1.0"
5252
}

0 commit comments

Comments
 (0)