Skip to content

Commit

Permalink
Fix #457 Tos, Ccs and Bccs could be null
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 16, 2017
1 parent a9f1011 commit 8f9c5ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.2.1] - 2017-5-16
## Fix
- PR #457: Tos, Bccs and CCs fields could be null
- Thanks to [Jef Statham](https://github.com/JefStat) for the PR!

## [9.2.0] - 2017-05-05
## Update
- PR #444: AddTo, AddBcc, AddCc and SetFrom that just takes an email and name
Expand Down
9 changes: 4 additions & 5 deletions nuspec/Sendgrid.9.2.0.nuspec → nuspec/Sendgrid.9.2.1.nuspec
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.2.0</version>
<version>9.2.1</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,10 +11,9 @@
<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>## Update
- PR #444: AddTo, AddBcc, AddCc and SetFrom that just takes an email and name
- Solves Issue #408
- Thanks to [Paritosh Baghel](https://github.com/paritoshmmmec) for the PR!</releaseNotes>
<releaseNotes>## Fix
- PR #457: Tos, Bccs and CCs fields could be null
- Thanks to [Jef Statham](https://github.com/JefStat) 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.2.0")]
[assembly: AssemblyInformationalVersion("9.2.1")]
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.2.0"
"version": "9.2.1"
}

0 comments on commit 8f9c5ac

Please sign in to comment.