4.0.0-beta.1 (2024-03-21)
- Update CICD to .Net 7, .Net 8
- compatible to Hangfire and Json.Net, fix #28 (b99849f)
- Support .Net 7, .Net 8 (fedf6b9)
- Update CICD to .Net 7, .Net 8 (d354dde)
- test files (85100fc)
- release 4.0.0-beta.1 (160a79f)
3.1.0 (2023-09-14)
- cicd (1f7a908)
- Headers are read-only, response has already started (d8ff521)
- null check (6ff20eb)
- remove tools directory (3e69864)
- test case (1d44737)
3.0.0 (2023-09-12)
- Support .Net 6.0 (fd3ad88)
- 26 - Correctly build alternative view names from full path. (f116bf4)
- github action (0c5b481)
- github workflow (66b26bd)
- migrate to github action (8840647)
- workflow (a806911)
- release 3.0.0-pre (301a0f2)
3.0.0-pre.3 (2023-03-29)
- workflow (a806911)
3.0.2-pre.2 (2023-03-29)
- github workflow (66b26bd)
3.0.1-pre.2 (2023-03-28)
- github action (0c5b481)
3.0.0-pre.2 (2023-03-28)
- migrate to github action (8840647)
- release 3.0.0-pre (301a0f2)
v2.7.1 (2020-12-12)
Fixing:
- Fix no header in email template will throw exception
v2.6.0 (2020-01-16)
Implemented enhancements:
- Support Connection String when configure EmailServiceOptions (@the-avid-engineer in #11)
v2.5.0 (2020-01-13)
Support netcoreapp3.1
v2.3.0 (2019-03-18)
Implemented enhancements:
- Support all templates under the views folder
v2.2.1.1 (2018-12-11)
Implemented enhancements:
- Decouple "Func<SmtpClient>" into "IOptions<EmailServiceOptions>" in EmailService constructor for dependency injection
- Allow SendAsync with MailMessage in EmailService
v2.1.7 (2018-11-30)
Implemented enhancements:
- Support for style attribute in image attachment (@amitmittal in #5)
Fixing:
- Fix bugs in image attachment. (@amitmittal in #5)
v2.1.6 (2018-11-20)
Fixing:
- Fix bugs in ImageEmbedder. (@amitmittal in #2)
v2.1.5 (2018-10-12)
Implemented enhancements:
- Allow pass RequestPath and RouteData in TemplateService and Razor
v2.1.3 (2018-09-14)
Fixing:
- Fix ViewDataDictionary / ViewBag do not pass to ViewContext
v2.1.2 (2018-09-06)
Implemented enhancements:
- Add namespace in templateservice
v2.1.1 (2018-09-06)
Implemented enhancements:
- Add ServiceCollectionExtensions for DI
v2.1.0 (2018-09-06)
Implemented enhancements:
- Say goodbye to RazorEngine 😀