Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file.

### Changed
- Unicode characters in X-SMTPAPI header values or keys are now encoded as ASCII escape sequences.
- Null header values or keys result in a `ArgumentNullException`.
- Null header values or keys result in an `ArgumentNullException`.

### Fixed
- Removed `System.Core` reference
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ See the [examples folder](https://github.com/sendgrid/smtpapi-csharp/tree/master
<a name="understanding-the-codebase"></a>
## Understanding the Code Base

<!---optionally provide a brief summary explaning the architecture of the code-->
<!---optionally provide a brief summary explaining the architecture of the code-->

**/Smtpapi Example**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Announcements

All updates to this module is documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-csharp/blob/master/CHANGELOG.md).
All updates to this module are documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-csharp/blob/master/CHANGELOG.md).

# Table of Contents
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion UseCases/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This documentation provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/smtpapi-csharp/issues) or make a pull request for any use cases you would like us to document here. Thank you!
This directory provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/smtpapi-csharp/issues) or make a pull request for any use cases you would like us to document here. Thank you!

# Table of Contents
No use cases yet