Skip to content

Commit

Permalink
Bump version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark committed Apr 15, 2016
1 parent 89e288b commit 32b2555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PreMailer.Net/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: AssemblyCompany("Milkshake Software")]
[assembly: AssemblyCopyright("Copyright © Milkshake Software 2016")]

[assembly: AssemblyVersion("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
[assembly: AssemblyVersion("1.5.3.0")]
[assembly: AssemblyFileVersion("1.5.3.0")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down
4 changes: 2 additions & 2 deletions PreMailer.Net/PreMailer.Net/PreMailer.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>PreMailer.Net</id>
<version>1.5.2</version>
<version>1.5.3</version>
<authors>Martin H. Normark</authors>
<owners>milkshakesoftware</owners>
<licenseUrl>https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE</licenseUrl>
Expand All @@ -13,7 +13,7 @@
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
</description>
<releaseNotes>
Bump AngleSharp to version 0.9.5 https://github.com/milkshakesoftware/PreMailer.Net/pull/99
Preserve original DOCTYPE https://github.com/milkshakesoftware/PreMailer.Net/pull/102
</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>email css newsletter html</tags>
Expand Down

0 comments on commit 32b2555

Please sign in to comment.