HtmlAgilityPack assembly version is reset when Umbraco Cloud upgrades site
Everytime I upgrade our solutions on Umbraco Cloud, SEOChecker makes the upgrade break because it resets the HtmlAgilityPack version to 1.4.9.5 when the assembly in my solutions is actually 1.8.4.0.
Umbraco ships with 1.4.9.5 . So that is why the binding is set to 1.4.9.5 as well. Update with your version and all should be good. Indeed you need to update the web.config after every update of Umbraco.
Thanks for clarifying. I've downgrated to 1.4.9.5 to solve this issue. I don't have any good reason for upgrading, other than that I thought it was a good idea to keep the depedencies as up to date as possible. I'll let Umbraco handle it from now on.
HtmlAgilityPack assembly version is reset when Umbraco Cloud upgrades site
Everytime I upgrade our solutions on Umbraco Cloud, SEOChecker makes the upgrade break because it resets the HtmlAgilityPack version to 1.4.9.5 when the assembly in my solutions is actually 1.8.4.0.
I'm not sure if it's SEOChecker or Umbraco that actually resets the version. The fix is quite easy, but still annoying when you upgrade quite often.
Hi,
Umbraco ships with 1.4.9.5 . So that is why the binding is set to 1.4.9.5 as well. Update with your version and all should be good. Indeed you need to update the web.config after every update of Umbraco.
Best,
Richard
Thanks for clarifying. I've downgrated to 1.4.9.5 to solve this issue. I don't have any good reason for upgrading, other than that I thought it was a good idea to keep the depedencies as up to date as possible. I'll let Umbraco handle it from now on.
is working on a reply...