atifaziz / Hazz

CSS Selectors (via Fizzler) for HtmlAgilityPack (HAP)
Other
63 stars 7 forks source link

Requires a specific version (1.5.1) of AgilityPack #4

Closed jonathanbp closed 5 years ago

jonathanbp commented 5 years ago

Would it be possible to make the requirement AgilityPack >=1.5.1 instead of AgilityPack = 1.5.1?

atifaziz commented 5 years ago

It would have been, but unfortunately, HtmlAgilityPack does not follow semantic versioning (see zzzprojects/html-agility-pack#74) so there's no guarantee that some version 1.x >= 1.5.1 is backward compatible. Just because it passes the tests in this project doesn't mean that it won't break some other application that uses both.

jonathanbp commented 5 years ago

Alright.