|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> |
5 | 5 | <LangVersion>latest</LangVersion> |
6 | | - <Version>2.7.0</Version> |
7 | 6 | <Authors>Martin H. Normark</Authors> |
8 | 7 | <Description> |
9 | 8 | PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility. |
|
14 | 13 | <PackageIcon>icon.png</PackageIcon> |
15 | 14 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
16 | 15 | <PackageReadmeFile>README.md</PackageReadmeFile> |
17 | | - <PackageReleaseNotes> |
18 | | - What's Changed |
19 | | - |
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 &copy; 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 |
38 | | - |
39 | | - Full Changelog: https://github.com/milkshakesoftware/PreMailer.Net/compare/v2.6.0...v2.7.0 |
40 | | - </PackageReleaseNotes> |
41 | 16 | <PackageTags>email css newsletter html</PackageTags> |
42 | 17 | <SignAssembly>true</SignAssembly> |
43 | 18 | <AssemblyOriginatorKeyFile>PreMailer.Net.snk</AssemblyOriginatorKeyFile> |
|
0 commit comments