GroupDocs.Watermark for .NET 26.6 Release Notes
GroupDocs.Watermark version 26.6 introduces multi-framework NuGet packaging with per-TFM split packages, removes the document processing limit when running without a license, and includes internal improvements.
Full list of changes in this release
| Key | Category | Summary |
|---|---|---|
| WATERMARKNET-2177 | Feature | Multi-framework NuGet packaging and TFM-split packages |
| WATERMARKNET-2175 | Enhancement | Removed document processing limit without a license |
| WATERMARKNET-2189 | Enhancement | Internal improvements |
Major Features
Multi-framework NuGet packaging and TFM-split packages
GroupDocs.Watermark has transitioned to a more advanced NuGet package delivery model. The main package now targets net45;net6.0;net8.0;net10.0, replacing the previous net45;netstandard2.1 targets.
In addition, to reduce the download size, dedicated per-framework NuGet packages are now published alongside the main package. When installing the platform-specific package, only the binaries matching the user’s target framework are downloaded — no unused platform assemblies are included.
| Package | Target framework |
|---|---|
GroupDocs.Watermark | net45;net6.0;net8.0;net10.0 (all frameworks) |
GroupDocs.Watermark.net45 | .NET Framework 4.5 |
GroupDocs.Watermark.net6 | .NET 6.0 |
GroupDocs.Watermark.net8 | .NET 8.0 |
GroupDocs.Watermark.net10 | .NET 10.0 |
Note: .NET Standard 2.1 is no longer supported as a dedicated target. Projects that previously relied on
netstandard2.1should migrate to one of the supported TFMs listed above.
Enhancements
Removed document processing limit without a license
GroupDocs.Watermark no longer imposes a document processing limit when running in evaluation (unlicensed) mode.