Skip to content

Commit

Permalink
Add release notes and bump version for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark authored Apr 8, 2020
1 parent 1f5eab1 commit fbde4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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;net461</TargetFrameworks>
<Version>2.1.3</Version>
<Version>2.2.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,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Target .NETFramework4.6.1 instead of 4.6 https://github.com/milkshakesoftware/PreMailer.Net/pull/187
Add optional custom markupformatter parameter https://github.com/milkshakesoftware/PreMailer.Net/pull/198
</PackageReleaseNotes>
<PackageTags>email css newsletter html</PackageTags>
<SignAssembly>true</SignAssembly>
Expand All @@ -28,4 +28,4 @@
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit fbde4f3

Please sign in to comment.