Skip to content

Commit bbcd0c0

Browse files
committed
Bump version to v1.2.9, update Nu Get spec
1 parent f7d6c57 commit bbcd0c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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 2013")]
1111

12-
[assembly: AssemblyVersion("1.2.8.0")]
13-
[assembly: AssemblyFileVersion("1.2.8.0")]
12+
[assembly: AssemblyVersion("1.2.9.0")]
13+
[assembly: AssemblyFileVersion("1.2.9.0")]
1414

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

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

Lines changed: 2 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.2.8</version>
5+
<version>1.2.9</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,7 @@
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-
Handle import statements in input css: https://github.com/milkshakesoftware/PreMailer.Net/pull/50
16+
Added tests and fix for image dimensions issue: https://github.com/milkshakesoftware/PreMailer.Net/pull/52
1717
</releaseNotes>
1818
<copyright>Copyright 2014</copyright>
1919
<tags>email css newsletter html</tags>

0 commit comments

Comments
 (0)