Skip to content

Commit b97914f

Browse files
Version Bump v9.11.0: Twilio SendGrid SMS and branding + rollup
1 parent a2a9b23 commit b97914f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [9.11.0] - 2019-04-18
5+
## Added
6+
- [PR #877](https://github.com/sendgrid/sendgrid-csharp/pull/877) Twilio SMS example and branding update.
7+
- [PR #790](https://github.com/sendgrid/sendgrid-csharp/pull/790) Change the environment variable placeholders to be consistent amongst all example projects. Big thanks to [Ross Macey](https://github.com/RossMacey) for the PR!
8+
- [PR #783](https://github.com/sendgrid/sendgrid-csharp/pull/783) Update documentation with new Git workflow. Big thanks to [Tony Ho](https://github.com/tony-ho) for the PR!
9+
- [PR #782](https://github.com/sendgrid/sendgrid-csharp/pull/782) Update contribution to use Gitflow workflow. Big thanks to [Anatoly](https://github.com/anatolyyyyyy) for the PR!
10+
- [PR #814](https://github.com/sendgrid/sendgrid-csharp/pull/814) Modification in Prerequisites for installation. Big thanks to [Rishabh](https://github.com/Rishabh04-02) for the PR!
11+
- [PR #817](https://github.com/sendgrid/sendgrid-csharp/pull/817) Added Announcement. Big thanks to [Kris Choi](https://github.com/krischoi07) for the PR!
12+
13+
## Fixed
14+
- [PR #741](https://github.com/sendgrid/sendgrid-csharp/pull/741) Fix release date in changelog. Big thanks to [Niladri Dutta](https://github.com/Niladri24dutta) for the PR!
15+
- [PR #751](https://github.com/sendgrid/sendgrid-csharp/pull/751) Update to remove compiler warnings based on stylecop/xunit. Big thanks to [Garry Dixon](https://github.com/dixong) for the PR!
16+
- [PR #754](https://github.com/sendgrid/sendgrid-csharp/pull/754) Removed references to Microsoft.AspNetCore.Http.Abstractions package. Big thanks to [Jeremy Cantu](https://github.com/Jac21) for the PR!
17+
- [PR #794](https://github.com/sendgrid/sendgrid-csharp/pull/794) Updated broken links to examples. Big thanks to [Sanjay Singh](https://github.com/sanjaysingh) for the PR!
18+
- [PR #791](https://github.com/sendgrid/sendgrid-csharp/pull/791) Fixed typo in mail example. Big thanks to [Daredevil Geek](https://github.com/daredevilgeek) for the PR!
19+
- [PR #767](https://github.com/sendgrid/sendgrid-csharp/pull/767) Directly link online version of CLA and fix email mentions. Big thanks to [Bharat Raghunathan](https://github.com/Bharat123rox) for the PR!
20+
- [PR #762](https://github.com/sendgrid/sendgrid-csharp/pull/762) TROUBLESHOOTING.md broken link fix. Big thanks to [Arshad Kazmi](https://github.com/arshadkazmi42) for the PR!
21+
422
## [9.10.0] - 2018-09-12
523
## Added
624
- [PR #724](https://github.com/sendgrid/sendgrid-csharp/pull/724) Add Dynamic Template Support. Big thanks to [Carl Hartshorn](https://github.com/carl-hartshorn) for the PR!

src/SendGrid/Properties/AssemblyInfo.cs

+1-1
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.10.0")]
25+
[assembly: AssemblyInformationalVersion("9.11.0")]

src/SendGrid/SendGrid.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>9.10.0</VersionPrefix>
4+
<VersionPrefix>9.11.0</VersionPrefix>
55
<TargetFrameworks>netstandard1.3;netstandard2.0;net452</TargetFrameworks>
66
<PlatformTarget>anycpu</PlatformTarget>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)