Skip to content

Commit 8954472

Browse files
Update PreMailer.Net.csproj
1 parent 6973ce8 commit 8954472

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

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

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
5-
<Version>2.2.0</Version>
5+
<Version>2.3.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,7 +13,12 @@
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageReleaseNotes>
16-
Add optional custom markupformatter parameter https://github.com/milkshakesoftware/PreMailer.Net/pull/198
16+
Migrate tests to Xunit by @martinnormark in https://github.com/milkshakesoftware/PreMailer.Net/pull/207
17+
Publish new tag to NU Get by @martinnormark in https://github.com/milkshakesoftware/PreMailer.Net/pull/208
18+
Fix: Keep css attributes in logical order (#53) by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/253
19+
Append analytics query string before anchor tag by @bjnoel in https://github.com/milkshakesoftware/PreMailer.Net/pull/255
20+
Fix: Generate inline styles without !important (#149) by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/260
21+
Fix: Build warning xUnit2009: Do not use .. by @r-Larch in https://github.com/milkshakesoftware/PreMailer.Net/pull/261
1722
</PackageReleaseNotes>
1823
<PackageTags>email css newsletter html</PackageTags>
1924
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)