Skip to content

Commit 6f99d88

Browse files
committed
Fix AngleSharp dependency version (fix #103)
1 parent e403dd0 commit 6f99d88

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.16.4
2+
Released on ?, February ? 2022.
3+
4+
- Fixed issue with wrong AngleSharp version used for build (#103)
5+
16
# 0.16.3
27

38
Released on Wednesday, January 5 2022.

src/AngleSharp.Css/AngleSharp.Css.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="AngleSharp" Version="0.16.0" />
24+
<PackageReference Include="AngleSharp" Version="0.16.1" />
2525
</ItemGroup>
2626

2727
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
2828
<DelaySign>false</DelaySign>
2929
</PropertyGroup>
30-
</Project>
30+
</Project>

src/AngleSharp.Performance.Css/AngleSharp.Performance.Css.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Alba.CsCss" version="1.0.1.0" />
24-
<PackageReference Include="AngleSharp" Version="0.16.0" />
24+
<PackageReference Include="AngleSharp" Version="0.16.1" />
2525
<PackageReference Include="ExCSS" version="2.0.6" />
2626
</ItemGroup>
2727
</Project>

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<PropertyGroup>
33
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
44
<Product>AngleSharp.Css</Product>
5-
<Version>0.16.3</Version>
5+
<Version>0.16.4</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)