Skip to content

Commit 3bc19ff

Browse files
Merge pull request #407 from milkshakesoftware/martinnormark/update-anglesharp
Update AngleSharp version to 1.1.0
2 parents cfdf62e + 4a22c96 commit 3bc19ff

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

PreMailer.Net/PreMailer.Net/PreMailer.Net.csproj

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>2.5.0</Version>
6+
<Version>2.6.0</Version>
77
<Authors>Martin H. Normark</Authors>
88
<Description>
99
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
@@ -17,36 +17,17 @@
1717
<PackageReleaseNotes>
1818
What's Changed
1919

20-
* Bump AngleSharp from 0.16.1 to 1.0.7. 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.
21-
* Dependency Bumps for the Tests and Benchmark projects.
22-
* Fix race condition when running unit tests by @jasekiw in https://github.com/milkshakesoftware/PreMailer.Net/pull/374
23-
* Normalize all file line endings by @jasekiw in https://github.com/milkshakesoftware/PreMailer.Net/pull/365
24-
* Update benchmark project framework by @jasekiw in https://github.com/milkshakesoftware/PreMailer.Net/pull/351
25-
* Use correct framework by @kasperk81 https://github.com/milkshakesoftware/PreMailer.Net/pull/334
26-
* Update CI triggers to main branch by @martinnormark https://github.com/milkshakesoftware/PreMailer.Net/pull/332
27-
* Bug triage by @martinnormark https://github.com/milkshakesoftware/PreMailer.Net/pull/328
28-
* More efficient selector matching of all elements by @patrikwlund https://github.com/milkshakesoftware/PreMailer.Net/pull/326
29-
* Read text node instead of InnerHtml for CSS by @patrikwlund https://github.com/milkshakesoftware/PreMailer.Net/pull/325
30-
* Include a benchmark that sets all MoveCssInline() flags by @patrikwlund https://github.com/milkshakesoftware/PreMailer.Net/pull/324
31-
* Realistic benchmark by @patrikwlund https://github.com/milkshakesoftware/PreMailer.Net/pull/323
32-
* Decent optimizations for CssAttributeCollection by @patrikwlund https://github.com/milkshakesoftware/PreMailer.Net/pull/322
33-
34-
35-
New Contributors
36-
37-
* @patrikwlund made their first contribution in https://github.com/milkshakesoftware/PreMailer.Net/pull/323
38-
* @kasperk81 made their first contribution in https://github.com/milkshakesoftware/PreMailer.Net/pull/334
39-
* @jasekiw made their first contribution in https://github.com/milkshakesoftware/PreMailer.Net/pull/351
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.
4021

41-
Full Changelog: https://github.com/milkshakesoftware/PreMailer.Net/compare/v2.4.0...v2.5.0
22+
Full Changelog: https://github.com/milkshakesoftware/PreMailer.Net/compare/v2.5.0...v2.6.0
4223
</PackageReleaseNotes>
4324
<PackageTags>email css newsletter html</PackageTags>
4425
<SignAssembly>true</SignAssembly>
4526
<AssemblyOriginatorKeyFile>PreMailer.Net.snk</AssemblyOriginatorKeyFile>
4627
</PropertyGroup>
4728

4829
<ItemGroup>
49-
<PackageReference Include="AngleSharp" Version="1.0.7" />
30+
<PackageReference Include="AngleSharp" Version="1.1.0" />
5031
</ItemGroup>
5132

5233
<ItemGroup>

0 commit comments

Comments
 (0)