|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
5 | 5 | <LangVersion>latest</LangVersion>
|
6 |
| - <Version>2.6.0</Version> |
| 6 | + <Version>2.7.0</Version> |
7 | 7 | <Authors>Martin H. Normark</Authors>
|
8 | 8 | <Description>
|
9 | 9 | PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
|
|
17 | 17 | <PackageReleaseNotes>
|
18 | 18 | What's Changed
|
19 | 19 |
|
20 |
| - * Bump AngleSharp from 1.0.7 to 1.1.0. Only the IMarkupFormatter from AngleSharp is exposed as public api and that interface has not changed in that version jump so this should not cause any breakages for users. |
| 20 | + * Build(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/409 |
| 21 | + * Build(deps): Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/411 |
| 22 | + * Build(deps): Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/412 |
| 23 | + * Build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/413 |
| 24 | + * Build(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/414 |
| 25 | + * Build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/415 |
| 26 | + * Build(deps): Bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/416 |
| 27 | + * Build(deps): Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/418 |
| 28 | + * Update target frameworks of test and benchmark projects by @martinnormark in https://github.com/milkshakesoftware/PreMailer.Net/pull/420 |
| 29 | + * LinkTagCssSource now also downloads content from @import declarations. by @whorchner in https://github.com/milkshakesoftware/PreMailer.Net/pull/419 |
| 30 | + * Build(deps): Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/421 |
| 31 | + * Build(deps): Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @dependabot in https://github.com/milkshakesoftware/PreMailer.Net/pull/423 |
| 32 | + * Fix #410: Preserve !important tag in inlined styles by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/424 |
| 33 | + * Fix #347: Preserve HTML entities like © during processing by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/425 |
| 34 | + * Update README to accurately document PreMailer API by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/426 |
| 35 | + * Fix #171: Preserve empty HTML tags during serialization by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/427 |
| 36 | + * Fix CSS comment regex to handle protocol-agnostic URLs in premailer attributes by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/428 |
| 37 | + * Fix issue #235: Preserve base64 encoded images and URLs during CSS parsing and style application by @devin-ai-integration in https://github.com/milkshakesoftware/PreMailer.Net/pull/429 |
21 | 38 |
|
22 |
| - Full Changelog: https://github.com/milkshakesoftware/PreMailer.Net/compare/v2.5.0...v2.6.0 |
| 39 | + Full Changelog: https://github.com/milkshakesoftware/PreMailer.Net/compare/v2.6.0...v2.7.0 |
23 | 40 | </PackageReleaseNotes>
|
24 | 41 | <PackageTags>email css newsletter html</PackageTags>
|
25 | 42 | <SignAssembly>true</SignAssembly>
|
|
0 commit comments