From 1118b70cd796073e640048d5b032b9b7b687a05f Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Sun, 13 Oct 2024 23:58:44 +0000 Subject: [PATCH] ci: upgrade to anglesharp 1.1.2 and anglesharp.css.1.0.0-beta.144 --- CHANGELOG.md | 3 ++- src/AngleSharp.Diffing/AngleSharp.Diffing.csproj | 1 + src/Directory.Build.props | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53aff6a..72e8386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# 0.18.3 +# 1.0.0 - Enabled using `diff:ignoreAttributes` and `diff:ignoreChildren` together on the same element. - Corrected list of attributes that is considered as boolean attributes. Removed `hidden`, added `inert`, `playsinline`, `shadowrootclonable`, `shadowrootdelegatesfocus`, and `shadowrootserializable`. +- Upgrade to v1.x of AngleSharp. # 0.18.2 diff --git a/src/AngleSharp.Diffing/AngleSharp.Diffing.csproj b/src/AngleSharp.Diffing/AngleSharp.Diffing.csproj index 0594b2d..1c574ff 100644 --- a/src/AngleSharp.Diffing/AngleSharp.Diffing.csproj +++ b/src/AngleSharp.Diffing/AngleSharp.Diffing.csproj @@ -21,6 +21,7 @@ true true snupkg + $(NoWarn);NU5104 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 2004708..bbbcb7b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.18.3 + 1.0.0 @@ -20,7 +20,7 @@ - - + + \ No newline at end of file