From 1f9f97088a7ca7485af9b5aca0a41be9472ff0a2 Mon Sep 17 00:00:00 2001 From: Alex Washtell Date: Mon, 13 Jan 2020 21:27:19 +0000 Subject: [PATCH] Updaded readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1233130..3c97661 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,19 @@ There's also a new button added to the Rich Text Editor that allows the pipeline You can grab the source and build it yourself to include in your project. But if you'd rather just work with a package, you can grab the latest release from the `dist` folder. The full-package will install the module as well as a Clean HTML button into the default Rich Text Editor profile. -The current release has been tested with Sitecore 6.6, 7.2 and 8.2, and is expected to work with versions in-between. Please raise an issue if you come across any problems. +The current release has been tested with Sitecore 6.6, 7.2, 8.2 and 9.3, and is expected to work with versions in-between. Please raise an issue if you come across any problems. + +### Sitecore 6.x Sitecore 6.6 uses a different version of HtmlAgilityPack, version `1.4.0.0`. If you are building from source, you will need to account for this as the solution currently doesn't. However if you just want the build, the `dist` folder already contains a working build for Sitecore 6.6. + +### Sidecore 9.x + +Sitecore 9.0 - 9.3 also use a different version of HtmlAgilityPack, version `1.4.9.5`. You can use the regular build of Sitecore.Sweep with this version, but should include this assembly binding redirect in your `web.config`: + +```xml + + + + +```