Releases: YoussefSell/Email.Net
Releases · YoussefSell/Email.Net
v2.0.0
For more details click here to get to our CHANGELOG.
Changed
- renamed EDP/Provider to channel, now we call the email delivery provider, email delivery channels, it is clearer.
- updated packages to the latest versions.
Removed
- removed the DI-related packages, now the project is referencing the
Microsoft.Extensions.DependencyInjection.Abstractions
package directly.
v1.2.0
For more details click here to get to our CHANGELOG.
renamed Message to EmailMessage.
renamed MessageComposer to EmailMessageComposer.
v1.1.0
For more details click here to get to our CHANGELOG.
- 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 the 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.
v1.0.0
Initial release
- released the first version of the Core package: Email.NET
- also released the following EDPs:
- SocketLabs
- Sendgrid
- MailKit
- Mailgun
- AmazonSES