You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [9.8.0] - 2017-08-15
5
+
## Added
6
+
- Single email to multiple recipients - Toggle display of recipients #508
7
+
- The method `CreateSingleEmailToMultipleRecipients` now has an additional optional paramter to control whether the email recipients can see each others email addresses. Please see [USE_CASES.md](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md#singleemailmultiplerecipients) for details.
8
+
- Thanks to [Niladri Dutta](Niladri24dutta) for the PR!
9
+
4
10
## [9.7.0] - 2017-08-03
5
11
## Added
6
12
- Reverted to version 9.5.2, per the conversation here: #501
<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>
13
13
<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>
14
14
<releaseNotes>## Added
15
-
- Reverted to version 9.5.2, per the conversation here: #501
16
-
- Polly (which implemented Transient Fault Handling) was removed in favor of a dependency free solution.
17
-
- Transient Fault Handling with Polly still exists in version 9.6.1, if needed</releaseNotes>
15
+
- Single email to multiple recipients - Toggle display of recipients #508
16
+
- The method `CreateSingleEmailToMultipleRecipients` now has an additional optional paramter to control whether the email recipients can see each others email addresses. Please see [USE_CASES.md](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md#singleemailmultiplerecipients) for details.
17
+
- Thanks to [Niladri Dutta](Niladri24dutta) for the PR!</releaseNotes>
18
18
<copyright>SendGrid, Inc. 2017</copyright>
19
19
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
0 commit comments