

When converting Html to plain text, it's now possible to have the result split by Html class names.
APPLICATIONS MISSIN AFTER IDEFRAG UPDATE
Update `HtmlAgilityPack` for huge (about 10x) performance improvements in `netstandard` targets, see Add `StringLineStartNormalizationExtensions` Bugfix where Rtf text was sometimes incorrectly read and output when segments between groups started with whitespace

Add `bool keepWhitespaceAtLineEnds` parameter to `TextToHtml.TransformPlaintextToHtml()` overload which defaults to false
APPLICATIONS MISSIN AFTER IDEFRAG CODE
If your own code relies on different behavior, please ensure that this property is always set to its original value after invoking one of the methods on `HtmlToText`. The `HtmlToText` class now sets the static property ` = false` in its static method calls to ensure compatible behavior. Please see for more information about the change The previously referenced version `1.9.2` was pulled from NuGet due to an unintended, breaking API change.

Add the `HtmlAgilityPackLegacyBehaviorHelper` utility class and fix an issue where enabling the legacy behavior in HtmlAgilityPack was not thread safe and could fail when simultaneously accessed Non-printable unicode escape sequences (`0x00` - `0x08`, `0x0b` and `0x0e` - `0x1f`) are now ignored when converting RTF text to plain text Bugfix where line endings were sometimes not correctly trimmed when running on. Bugfix where bookmark elements in Rtf texts with missing closing elements where throwing a `System.InvalidOperationException` The `InternalsVisibleToo` attribute for the assembly was removed to prevent conflicts in applications that sign their binaries Please note that this does not increase security or provide tamper-proof binaries, as the key is available in the source code per ((v=vs.110).aspx) The strong name of the generated assembly allows compatibility with other, signed tools. This is a breaking change of the binary API and will require recompilation on all systems that consume this package. The generated assemblies now have a strong name. Bugfix in `HtmlToText.ConvertHtmlToPlaintextAndSplitB圜lassname` which could throw an exception if the Html had no plain text representation, e.g. When an incomplete RTF string was given, this could sometimes lead to a `NullReferenceException` Bugfix when deserializing incomplete RTF texts.
