Skip to content

Commit fbde4f3

Browse files
Add release notes and bump version for v2.2.0
1 parent 1f5eab1 commit fbde4f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.1.3</Version>
5+
<Version>2.2.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,7 @@
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageReleaseNotes>
16-
Target .NETFramework4.6.1 instead of 4.6 https://github.com/milkshakesoftware/PreMailer.Net/pull/187
16+
Add optional custom markupformatter parameter https://github.com/milkshakesoftware/PreMailer.Net/pull/198
1717
</PackageReleaseNotes>
1818
<PackageTags>email css newsletter html</PackageTags>
1919
<SignAssembly>true</SignAssembly>
@@ -28,4 +28,4 @@
2828
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
2929
</ItemGroup>
3030

31-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)