Skip to content

Commit dfbfdf4

Browse files
Release v2.1.0 (#175)
Release v2.1.0
2 parents 26b146a + e0638b7 commit dfbfdf4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

PreMailer.Net/PreMailer.Net/PreMailer.Net.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5-
<Version>2.0.1</Version>
5+
<Version>2.1.0</Version>
66
<Authors>Martin H. Normark</Authors>
77
<Description>
88
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
@@ -13,15 +13,18 @@
1313
<PackageIconUrl>https://github.com/milkshakesoftware/PreMailer.Net/raw/master/icon.png</PackageIconUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<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
1720
</PackageReleaseNotes>
1821
<PackageTags>email css newsletter html</PackageTags>
1922
<SignAssembly>true</SignAssembly>
2023
<AssemblyOriginatorKeyFile>PreMailer.Net.snk</AssemblyOriginatorKeyFile>
2124
</PropertyGroup>
2225

2326
<ItemGroup>
24-
<PackageReference Include="AngleSharp" Version="0.11.0" />
27+
<PackageReference Include="AngleSharp" Version="0.12.1" />
2528
</ItemGroup>
2629

2730
</Project>

0 commit comments

Comments
 (0)