File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
PreMailer.Net/PreMailer.Net Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
5
- <Version >2.0.1 </Version >
5
+ <Version >2.1.0 </Version >
6
6
<Authors >Martin H. Normark</Authors >
7
7
<Description >
8
8
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
13
13
<PackageIconUrl >https://github.com/milkshakesoftware/PreMailer.Net/raw/master/icon.png</PackageIconUrl >
14
14
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15
15
<PackageReleaseNotes >
16
- Support for .NET Framework 4.6 and up, besides .NET Core 2
16
+ Update AngleSharp to v0.12.1 https://github.com/milkshakesoftware/PreMailer.Net/pull/175
17
+ Allow Stream as input of PreMailer https://github.com/milkshakesoftware/PreMailer.Net/pull/159
18
+ Optimization: Cache selector specificity https://github.com/milkshakesoftware/PreMailer.Net/pull/153
19
+ FIX: Problems with minified Css https://github.com/milkshakesoftware/PreMailer.Net/pull/151
17
20
</PackageReleaseNotes >
18
21
<PackageTags >email css newsletter html</PackageTags >
19
22
<SignAssembly >true</SignAssembly >
20
23
<AssemblyOriginatorKeyFile >PreMailer.Net.snk</AssemblyOriginatorKeyFile >
21
24
</PropertyGroup >
22
25
23
26
<ItemGroup >
24
- <PackageReference Include =" AngleSharp" Version =" 0.11.0 " />
27
+ <PackageReference Include =" AngleSharp" Version =" 0.12.1 " />
25
28
</ItemGroup >
26
29
27
30
</Project >
You can’t perform that action at this time.
0 commit comments