ci: upgrade to anglesharp 1.1.2 and anglesharp.css.1.0.0-beta.144

This commit is contained in:
Egil Hansen 2024-10-13 23:58:44 +00:00
Родитель ff580f8007
Коммит 1118b70cd7
Не найден ключ, соответствующий данной подписи
3 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -21,6 +21,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.18.3</Version>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup>
@ -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>