GroupDocs.Redaction for .NET 26.5 Release Notes
This page contains release notes for GroupDocs.Redaction for .NET 26.5
Major Features
There are the following improvements in this release:
- GroupDocs.Redaction has transitioned to a more advanced NuGet package delivery model. We now use TFM-Split NuGet Packaging to reduce the package size required to run GroupDocs.Redaction on each specific device. Previously, a single NuGet package contained binaries for all supported platforms. Now, when installing the package, only the components that match the user’s target platform are downloaded.
- The new version no longer supports .NET Standard 2.1, but adds support for the more modern .NET 8 and .NET 10 frameworks.
- HTML document processing has been optimized to provide better compatibility and usability..
Full List of Issues Covering all Changes in this Release
| Key | Summary | Category |
|---|---|---|
| REDACTIONNET-749 | Implement TFM-Split NuGet Packaging for GroupDocs.Redaction | Enhancement |
| REDACTIONNET-770 | Add .NET 8.0 Target Framework Support | Enhancement |
| REDACTIONNET-774 | Add .NET 10.0 Target Framework Support | Enhancement |
| REDACTIONNET-775 | Optimize HTML Page Processing | Enhancement |
Public API and Backward Incompatible Changes
This section lists the public API changes introduced in GroupDocs.Redaction for .NET 26.5. It includes not only new and obsolete public methods but also descriptions of any behind-the-scenes changes in GroupDocs.Redaction that may affect existing code. Any modifications that could be considered regressions or alter existing behavior are particularly important and are documented here.
Public API changes
No changes
Usage
No changes