zzzprojects / html-agility-pack

Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
https://html-agility-pack.net
MIT License
2.65k stars 375 forks source link

.Net 3.5 version does not has strong name #478

Closed iskiselev closed 2 years ago

iskiselev commented 2 years ago

.Net 3.5 version of assembly does not have strong name. It is broken since 1.11.1 release (it has strong name in 1.11.0). Potentially connected issue: #86.

JonathanMagnan commented 2 years ago

Hello @iskiselev,

Thank you for reaching out to ZZZ Projects, due to summer vacation we will have limited email access which may cause some delays from May 26 to June 1. We are sorry for any inconvenience.

Best regards,

Sara

JonathanMagnan commented 2 years ago

Hello @iskiselev ,

Thank you for reporting,

The v1.11.43 has been released.

Could you double-check that this version have correctly a strong version for .NET 3.5?


Is this library useful to you? Please help us by becoming a sponsor to keep it alive and supported.

iskiselev commented 2 years ago

Thank you, it is good now!