File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 9
9
[ assembly: AssemblyCompany ( "Milkshake Software" ) ]
10
10
[ assembly: AssemblyCopyright ( "Copyright © Milkshake Software 2016" ) ]
11
11
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" ) ]
14
14
15
15
#if DEBUG
16
16
[ assembly: AssemblyConfiguration ( "Debug" ) ]
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >PreMailer.Net</id >
5
- <version >1.5.0 </version >
5
+ <version >1.5.1 </version >
6
6
<authors >Martin H. Normark</authors >
7
7
<owners >milkshakesoftware</owners >
8
8
<licenseUrl >https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE</licenseUrl >
13
13
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
14
14
</description >
15
15
<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
20
17
</releaseNotes >
21
18
<copyright >Copyright 2015</copyright >
22
19
<tags >email css newsletter html</tags >
You can’t perform that action at this time.
0 commit comments