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