skyhop / Mail

A library smoothing email generation from .NET code, by enforcing a strong boundary between the template, and code rendering the template.
Apache License 2.0
11 stars 2 forks source link

Create a new abstractions package #15

Open corstian opened 3 years ago

corstian commented 3 years ago

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.
synercoder commented 3 years ago

I added 2 conditional references in the base csproj

corstian commented 3 years ago

Thanks, overlooked that part!

Ps. while I'm at it, let me check whether I can configure actions to automatically push to NuGet.