Blog

New Release - 0.7.0

Published
Wednesday, February 7, 2018
Category
Release
Author
jericho

Breaking changes

  • #34 Recommended changes resulting from automated audit

Note

First, include a reference to this addin in your script like this:

#addin nuget:?package=Cake.Email&version=0.7.0&loaddependencies=true

Second, we highly recommend that you add the following 'using' statement in your script. Technically, this is not necesary, but it simplifies dealing with attachements:

using Cake.Email.Common;

Also, this addin is designed to take advantage of some of the new features released in CakeBuild version 0.28.0 therefore your tools\package.config should look like this:

<packages>
    <package id="Cake" version="0.28.0" />
</packages>

Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.


New Release - 0.3.0

Published
Monday, December 4, 2017
Category
Release
Author
jericho

Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.

Read more...

New Release - 0.5.4

Published
Friday, February 10, 2017
Category
Release
Author
jericho

First, include a reference to this addin in your script like this:

Read more...

New Release - 0.2.0

Published
Monday, January 2, 2017
Category
Release
Author
gep13

Thanks to a contribution from @devlead, we are releasing 0.2.0 of Cake.Email. This includes the following:

Read more...