Skip to content

Commit c45438c

Browse files
committed
Merge pull request #94 from milkshakesoftware/anglesharp-bump-release
Release of v1.5.1
2 parents a728524 + 1f96084 commit c45438c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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.0.0")]
13-
[assembly: AssemblyFileVersion("1.5.0.0")]
12+
[assembly: AssemblyVersion("1.5.1.0")]
13+
[assembly: AssemblyFileVersion("1.5.1.0")]
1414

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

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

Lines changed: 2 additions & 5 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.0</version>
5+
<version>1.5.1</version>
66
<authors>Martin H. Normark</authors>
77
<owners>milkshakesoftware</owners>
88
<licenseUrl>https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE</licenseUrl>
@@ -13,10 +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-
Replaced CsQuery with AngleSharp https://github.com/milkshakesoftware/PreMailer.Net/pull/76
17-
Add Position property to StyleClass class https://github.com/milkshakesoftware/PreMailer.Net/pull/81
18-
Access to underlying Document made public https://github.com/milkshakesoftware/PreMailer.Net/pull/90
19-
FIX: CssSelectorParser Regex Matchers are wrong https://github.com/milkshakesoftware/PreMailer.Net/pull/85
16+
Bump AngleSharp to version 0.9.5://github.com/milkshakesoftware/PreMailer.Net/pull/93
2017
</releaseNotes>
2118
<copyright>Copyright 2015</copyright>
2219
<tags>email css newsletter html</tags>

0 commit comments

Comments
 (0)