Skip to content

Commit e877819

Browse files
committed
Bump version to 1.5.4 and update release notes
1 parent dfa7469 commit e877819

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

PreMailer.Net/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[assembly: AssemblyCompany("Milkshake Software")]
1010
[assembly: AssemblyCopyright("Copyright © Milkshake Software 2016")]
1111

12-
[assembly: AssemblyVersion("1.5.3.0")]
13-
[assembly: AssemblyFileVersion("1.5.3.0")]
12+
[assembly: AssemblyVersion("1.5.4.0")]
13+
[assembly: AssemblyFileVersion("1.5.4.0")]
1414

1515
#if DEBUG
1616
[assembly: AssemblyConfiguration("Debug")]

PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>PreMailer.Net</id>
5-
<version>1.5.3</version>
5+
<version>1.5.4</version>
66
<authors>Martin H. Normark</authors>
77
<owners>milkshakesoftware</owners>
88
<licenseUrl>https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE</licenseUrl>
@@ -13,7 +13,9 @@
1313
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
1414
</description>
1515
<releaseNotes>
16-
Preserve original DOCTYPE https://github.com/milkshakesoftware/PreMailer.Net/pull/102
16+
Download bundle link https://github.com/milkshakesoftware/PreMailer.Net/pull/109
17+
Fix typos https://github.com/milkshakesoftware/PreMailer.Net/pull/110
18+
Fix for occasional crash due to unsupported URI schemes https://github.com/milkshakesoftware/PreMailer.Net/pull/112
1719
</releaseNotes>
1820
<copyright>Copyright 2016</copyright>
1921
<tags>email css newsletter html</tags>

0 commit comments

Comments
 (0)