Skip to content

Commit

Permalink
Update PreMailer.Net.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark authored Oct 8, 2021
1 parent 6973ce8 commit 8954472
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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;net461</TargetFrameworks>
<Version>2.2.0</Version>
<Version>2.3.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,7 +13,12 @@
<PackageIcon>icon.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Add optional custom markupformatter parameter https://github.com/milkshakesoftware/PreMailer.Net/pull/198
Migrate tests to Xunit by @martinnormark in https://github.com/milkshakesoftware/PreMailer.Net/pull/207
Publish new tag to NU Get by @martinnormark in https://github.com/milkshakesoftware/PreMailer.Net/pull/208
Fix: Keep css attributes in logical order (#53) by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/253
Append analytics query string before anchor tag by @bjnoel in https://github.com/milkshakesoftware/PreMailer.Net/pull/255
Fix: Generate inline styles without !important (#149) by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/260
Fix: Build warning xUnit2009: Do not use .. by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/261
</PackageReleaseNotes>
<PackageTags>email css newsletter html</PackageTags>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 8954472

Please sign in to comment.