AngleSharp / AngleSharp.Css

:angel: Library to enable support for cascading stylesheets in AngleSharp.
https://anglesharp.github.io
MIT License
72 stars 34 forks source link

Any plan to publish a version compatible with Anglesharp 1.0.1 #130

Closed meziantou closed 1 year ago

meziantou commented 1 year ago

The latest version of AngleSharp.Css supports AngleSharp >= 0.17.0 and < 0.18.0. So, the following combination cannot be restored:

    <PackageReference Include="AngleSharp" Version="1.0.1" />
    <PackageReference Include="AngleSharp.Css" Version="0.17.0" />

Is there a plan to publish a new version of AngleSharp.Css compatible with the latest version of AngleSharp?

FlorianRappl commented 1 year ago

Eventually yes, but the backlog is long and contributors / sponsors are rare. So unless the project gets more contributors or sponsors there won't be such a release.

meziantou commented 1 year ago

Is fixing the breaking changes and the failing tests enough, or do you plan to include other changes in the v1 release?

FlorianRappl commented 1 year ago

https://github.com/AngleSharp/AngleSharp.Css/milestone/2

meziantou commented 1 year ago

Thanks for the details! I'll close this issue as there is already a way to track progress.