Skip to content

Commit

Permalink
Version Bump v9.2.0: PR #444 fixes Issue #408
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 6, 2017
1 parent fa7eba2 commit f16c303
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [9.2.0] - 2017-05-05
## 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!

## [9.1.1] - 2017-04-12
## Fix
- PR #358: SendGridClient.SendEmailAsync now throws original exception
Expand Down
9 changes: 5 additions & 4 deletions nuspec/Sendgrid.9.1.1.nuspec → nuspec/Sendgrid.9.2.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.1.1</version>
<version>9.2.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,9 +11,10 @@
<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>## Fix
- PR #358: SendGridClient.SendEmailAsync now throws original exception
- Thanks to [Otto Dandenell](https://github.com/ottomatic) for the PR!</releaseNotes>
<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>
<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.1.1")]
[assembly: AssemblyInformationalVersion("9.2.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.1.1"
"version": "9.2.0"
}

0 comments on commit f16c303

Please sign in to comment.