Skip to content

Commit

Permalink
Version Bump v9.5.0: #478: Disable Json.Net reference handling for Se…
Browse files Browse the repository at this point in the history
…ndGrid objects
  • Loading branch information
thinkingserious committed Jun 19, 2017
1 parent a8c8422 commit 0d6d60b
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5.0] - 2017-5-17
## Update
- PR #478: Disable Json.Net reference handling for SendGrid objects
- Thanks to [sepptruetsch](https://github.com/sepptruetsch) for the PR!

## [9.4.1] - 2017-5-17
## Update
- PR #459: Replace if statements with function
Expand Down
6 changes: 3 additions & 3 deletions nuspec/Sendgrid.9.4.1.nuspec → nuspec/Sendgrid.9.5.0.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.4.1</version>
<version>9.5.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 @@ -12,8 +12,8 @@
<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 #459: Replace if statements with function
- Thanks to [Jef Statham](https://github.com/JefStat) for the PR!</releaseNotes>
- PR #478: Disable Json.Net reference handling for SendGrid objects
- Thanks to [sepptruetsch](https://github.com/sepptruetsch) 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.4.1")]
[assembly: AssemblyInformationalVersion("9.5.0")]

0 comments on commit 0d6d60b

Please sign in to comment.