Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new abstractions package #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 15, 2021

  1. Create a new abstractions package

    Most important changes as of now;
    1. BodyBuilder on the MailBase is public get only instead of protected internal.
    2. Skyhop.Mail.Abstractions package contains the MailBase class, which is still in the Skyhop.Mail namespace to prevent breaking too much things.
    3. Two packages are now generated instead of one.
    corstian committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    91be8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a3a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e744c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Breaking change; register the MailDispatcher as IMailDispatcher with …

    …the dependency container
    corstian committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    82a46f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Resolve review issues

    corstian committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2d650e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c957673 View commit details
    Browse the repository at this point in the history
  3. Added conditional references

    #notTested
    synercoder committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    fc4f7db View commit details
    Browse the repository at this point in the history