Skip to content

Commit

Permalink
Fix AngleSharp dependency version (fix AngleSharp#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Feb 9, 2022
1 parent e403dd0 commit 6f99d88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.16.4
Released on ?, February ? 2022.

- Fixed issue with wrong AngleSharp version used for build (#103)

# 0.16.3

Released on Wednesday, January 5 2022.
Expand Down
4 changes: 2 additions & 2 deletions src/AngleSharp.Css/AngleSharp.Css.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.16.0" />
<PackageReference Include="AngleSharp" Version="0.16.1" />
</ItemGroup>

<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<DelaySign>false</DelaySign>
</PropertyGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="Alba.CsCss" version="1.0.1.0" />
<PackageReference Include="AngleSharp" Version="0.16.0" />
<PackageReference Include="AngleSharp" Version="0.16.1" />
<PackageReference Include="ExCSS" version="2.0.6" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<PropertyGroup>
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
<Product>AngleSharp.Css</Product>
<Version>0.16.3</Version>
<Version>0.16.4</Version>
</PropertyGroup>
</Project>

0 comments on commit 6f99d88

Please sign in to comment.