All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- renamed EDP/Provider to channel, now we call the email delivery provider, email delivery channels, it more clear.
- updated packages to the latest versions.
- removed the DI related packages, now the project are referencing the
Microsoft.Extensions.DependencyInjection.Abstractions
package directly.
- renamed Message to EmailMessage.
- renamed MessageComposer to EmailMessageComposer.
- updated some functions comments.
- updated the naming of the projects and namespaces from .NET to .Net.
- updated
WithHeaders()
input type from Dictionary toIEnumerable<KeyValuePair<string, string>>
- updated
WithHeaders()
method on the message composer to add the list of to append the values to internal list instead of overriding it, - updated the visibility of the message constructor to internal, to make sure all message instances are created through the factory.
the initial release