Skip to content

Commit

Permalink
ci: upgrade to anglesharp 1.1.2 and anglesharp.css.1.0.0-beta.144
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Oct 13, 2024
1 parent ff580f8 commit 1118b70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions src/AngleSharp.Diffing/AngleSharp.Diffing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.18.3</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.17.0" />
<PackageReference Include="AngleSharp.Css" Version="0.17.0" />
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.144" />
</ItemGroup>
</Project>

0 comments on commit 1118b70

Please sign in to comment.