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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ var client = new SendGridClient(proxy, apiKey);
177
177
-[How-to: Migration from v2 to v3](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/how_to_migrate_from_v2_to_v3_mail_send.html)
178
178
-[v3 Web API Mail Send Helper](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/SendGrid/Helpers/Mail)
179
179
180
-
<aname="use_cases">
180
+
<aname="use_cases"></a>
181
181
# Use Cases
182
182
183
183
[Examples of common API use cases](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md), such as how to send an email with a transactional template.
<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
-
<releaseNotes>- PR #405: Reuse HTTP Client
15
-
- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR!</releaseNotes>
14
+
<releaseNotes>## Fix
15
+
- PR #358: SendGridClient.SendEmailAsync now throws original exception
16
+
- Thanks to [Otto Dandenell](https://github.com/ottomatic) for the PR!</releaseNotes>
16
17
<copyright>SendGrid, Inc. 2017</copyright>
17
18
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
0 commit comments