Skip to content

Releases: YoussefSell/Email.Net

v2.0.0

18 Sep 20:45
Compare
Choose a tag to compare

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

21 Dec 20:14
03b8d12
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

renamed Message to EmailMessage.
renamed MessageComposer to EmailMessageComposer.

v1.1.0

17 Dec 22:50
55467aa
Compare
Choose a tag to compare

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 to IEnumerable<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

08 Dec 19:37
Compare
Choose a tag to compare

Initial release

  • released the first version of the Core package: Email.NET
  • also released the following EDPs:
    - SocketLabs
    - Sendgrid
    - MailKit
    - Mailgun
    - AmazonSES