Skip to content

Commit 1118b70

Browse files
committed
ci: upgrade to anglesharp 1.1.2 and anglesharp.css.1.0.0-beta.144
1 parent ff580f8 commit 1118b70

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# 0.18.3
1+
# 1.0.0
22

33
- Enabled using `diff:ignoreAttributes` and `diff:ignoreChildren` together on the same element.
44
- Corrected list of attributes that is considered as boolean attributes. Removed `hidden`, added `inert`, `playsinline`, `shadowrootclonable`, `shadowrootdelegatesfocus`, and `shadowrootserializable`.
5+
- Upgrade to v1.x of AngleSharp.
56

67
# 0.18.2
78

src/AngleSharp.Diffing/AngleSharp.Diffing.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24+
<NoWarn>$(NoWarn);NU5104</NoWarn>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

src/Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.18.3</Version>
3+
<Version>1.0.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="AngleSharp" Version="0.17.0" />
24-
<PackageReference Include="AngleSharp.Css" Version="0.17.0" />
23+
<PackageReference Include="AngleSharp" Version="1.1.2" />
24+
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.144" />
2525
</ItemGroup>
2626
</Project>

0 commit comments

Comments
 (0)