Skip to content

Commit

Permalink
Version Bump v9.11.0: Twilio SendGrid SMS and branding + rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Apr 18, 2019
1 parent a2a9b23 commit b97914f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.

## [9.11.0] - 2019-04-18
## Added
- [PR #877](https:/sendgrid/sendgrid-csharp/pull/877) Twilio SMS example and branding update.
- [PR #790](https:/sendgrid/sendgrid-csharp/pull/790) Change the environment variable placeholders to be consistent amongst all example projects. Big thanks to [Ross Macey](https:/RossMacey) for the PR!
- [PR #783](https:/sendgrid/sendgrid-csharp/pull/783) Update documentation with new Git workflow. Big thanks to [Tony Ho](https:/tony-ho) for the PR!
- [PR #782](https:/sendgrid/sendgrid-csharp/pull/782) Update contribution to use Gitflow workflow. Big thanks to [Anatoly](https:/anatolyyyyyy) for the PR!
- [PR #814](https:/sendgrid/sendgrid-csharp/pull/814) Modification in Prerequisites for installation. Big thanks to [Rishabh](https:/Rishabh04-02) for the PR!
- [PR #817](https:/sendgrid/sendgrid-csharp/pull/817) Added Announcement. Big thanks to [Kris Choi](https:/krischoi07) for the PR!

## Fixed
- [PR #741](https:/sendgrid/sendgrid-csharp/pull/741) Fix release date in changelog. Big thanks to [Niladri Dutta](https:/Niladri24dutta) for the PR!
- [PR #751](https:/sendgrid/sendgrid-csharp/pull/751) Update to remove compiler warnings based on stylecop/xunit. Big thanks to [Garry Dixon](https:/dixong) for the PR!
- [PR #754](https:/sendgrid/sendgrid-csharp/pull/754) Removed references to Microsoft.AspNetCore.Http.Abstractions package. Big thanks to [Jeremy Cantu](https:/Jac21) for the PR!
- [PR #794](https:/sendgrid/sendgrid-csharp/pull/794) Updated broken links to examples. Big thanks to [Sanjay Singh](https:/sanjaysingh) for the PR!
- [PR #791](https:/sendgrid/sendgrid-csharp/pull/791) Fixed typo in mail example. Big thanks to [Daredevil Geek](https:/daredevilgeek) for the PR!
- [PR #767](https:/sendgrid/sendgrid-csharp/pull/767) Directly link online version of CLA and fix email mentions. Big thanks to [Bharat Raghunathan](https:/Bharat123rox) for the PR!
- [PR #762](https:/sendgrid/sendgrid-csharp/pull/762) TROUBLESHOOTING.md broken link fix. Big thanks to [Arshad Kazmi](https:/arshadkazmi42) for the PR!

## [9.10.0] - 2018-09-12
## Added
- [PR #724](https:/sendgrid/sendgrid-csharp/pull/724) Add Dynamic Template Support. Big thanks to [Carl Hartshorn](https:/carl-hartshorn) for the PR!
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.10.0")]
[assembly: AssemblyInformationalVersion("9.11.0")]
2 changes: 1 addition & 1 deletion src/SendGrid/SendGrid.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>9.10.0</VersionPrefix>
<VersionPrefix>9.11.0</VersionPrefix>
<TargetFrameworks>netstandard1.3;netstandard2.0;net452</TargetFrameworks>
<PlatformTarget>anycpu</PlatformTarget>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit b97914f

Please sign in to comment.