Skip to content

Commit

Permalink
Release v2.1.0 (#175)
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
martinnormark authored Sep 6, 2019
2 parents 26b146a + e0638b7 commit dfbfdf4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions PreMailer.Net/PreMailer.Net/PreMailer.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Authors>Martin H. Normark</Authors>
<Description>
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
Expand All @@ -13,15 +13,18 @@
<PackageIconUrl>https://github.com/milkshakesoftware/PreMailer.Net/raw/master/icon.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Support for .NET Framework 4.6 and up, besides .NET Core 2
Update AngleSharp to v0.12.1 https://github.com/milkshakesoftware/PreMailer.Net/pull/175
Allow Stream as input of PreMailer https://github.com/milkshakesoftware/PreMailer.Net/pull/159
Optimization: Cache selector specificity https://github.com/milkshakesoftware/PreMailer.Net/pull/153
FIX: Problems with minified Css https://github.com/milkshakesoftware/PreMailer.Net/pull/151
</PackageReleaseNotes>
<PackageTags>email css newsletter html</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PreMailer.Net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.11.0" />
<PackageReference Include="AngleSharp" Version="0.12.1" />
</ItemGroup>

</Project>

0 comments on commit dfbfdf4

Please sign in to comment.