crossvertise / ActionMailerNext

Fork of ActionMailer.Net, A easy to use library to generate emails with razor views
MIT License
42 stars 24 forks source link

Added mvc 5-3 project and test. #23

Closed Eonasdan closed 2 years ago

Eonasdan commented 8 years ago

Updated nuget packges, fixed some spelling, used c# 6 where available, general code clean up and most importantly removed unnecessary decencies.

Eonasdan commented 8 years ago

I have some powershell scripts that can automatically create nuget packages in case you're interested

Eonasdan commented 8 years ago

went ahead and published my own nuget package https://www.nuget.org/packages/ActionMailerNext.Mvc5-3/

Eonasdan commented 8 years ago

unfortunately, the fix to the From address added to my branch from @CheCoxshall is part of the core project which means I can't simply publish my nuget package to fix it. We'll have to wait for someone on the team to merge and update it (like maybe @stukalin ?).

CheCoxshall commented 8 years ago

Ah - may be an issue there as it's using the c# 6.0 safe navigation operator!