diff --git a/PreMailer.Net/GlobalAssemblyInfo.cs b/PreMailer.Net/GlobalAssemblyInfo.cs index a0ddaa3d..3ce91838 100644 --- a/PreMailer.Net/GlobalAssemblyInfo.cs +++ b/PreMailer.Net/GlobalAssemblyInfo.cs @@ -7,10 +7,10 @@ [assembly: AssemblyProduct("PreMailer.Net")] [assembly: AssemblyCompany("Milkshake Software")] -[assembly: AssemblyCopyright("Copyright © Milkshake Software 2015")] +[assembly: AssemblyCopyright("Copyright © Milkshake Software 2016")] -[assembly: AssemblyVersion("1.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] #if DEBUG [assembly: AssemblyConfiguration("Debug")] diff --git a/PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec b/PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec index db4ee4c3..735f9024 100644 --- a/PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec +++ b/PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec @@ -2,7 +2,7 @@ PreMailer.Net - 1.4.3 + 1.5.0 Martin H. Normark milkshakesoftware https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE @@ -13,12 +13,15 @@ PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility. - Added support for LINK tags and download CSS https://github.com/milkshakesoftware/PreMailer.Net/pull/72 + Replaced CsQuery with AngleSharp https://github.com/milkshakesoftware/PreMailer.Net/pull/76 + Add Position property to StyleClass class https://github.com/milkshakesoftware/PreMailer.Net/pull/81 + Access to underlying Document made public https://github.com/milkshakesoftware/PreMailer.Net/pull/90 + FIX: CssSelectorParser Regex Matchers are wrong https://github.com/milkshakesoftware/PreMailer.Net/pull/85 Copyright 2015 email css newsletter html - + diff --git a/README.md b/README.md index cd7bb089..dda2110b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ will make a `table` element render as ``` -### Custom Dom Processing +### Custom DOM Processing ```csharp using(var pm = new PreMailer(html)){ @@ -93,10 +93,9 @@ using(var pm = new PreMailer(html)){ } ``` - ### Notes -- Pseudo classes/elements are not supported by [CsQuery](https://github.com/jamietre/CsQuery) (which PreMailer.Net uses internally). Any that are encountered in your HTML will be ignored and logged to the `InlineResult.Warnings` collection. +- Pseudo classes/elements which not supported by external dependencies, or doesn't make sense in email, will be ignored and logged to the `InlineResult.Warnings` collection. ## Installation **NuGet**: [PreMailer.Net](http://nuget.org/List/Packages/PreMailer.Net)