We’re pleased to announce the GroupDocs.Annotation for .NET 25.11 release, now available as of November 2025. This update focuses on internal library upgrades, third‑party dependency refreshes, and stability improvements for document processing.

What’s new in 25.11

Key Category Summary
ANNOTATIONNET-2634 Enhancement Upgrade product with the latest versions of internal libraries
ANNOTATIONNET-2635 Enhancement Update external third‑party dependencies to latest versions
ANNOTATIONNET-2607 Enhancement Improve product stability for document processing

Upgrade product with the latest versions of internal libraries

The release bundles the newest builds of GroupDocs internal components. The updated libraries bring:

  • Better compatibility across the GroupDocs ecosystem (Viewer, Compare, Converter, etc.).
  • Enhanced document processing capabilities and broader format support.
  • Cross‑product functionality improvements that translate into smoother annotation workflows.

Update external third‑party dependencies to latest versions

All external dependencies—.NET runtime libraries, image‑processing modules, and document‑parsing utilities—have been refreshed to their current stable releases. Benefits include:

  • Performance gains from upstream optimizations.
  • Bug fixes and security patches supplied by third‑party maintainers.
  • Improved compatibility with modern development environments and CI pipelines.

Improve product stability for document processing

Stability has been a primary focus for this version. The enhancements cover:

  • Robust error handling to prevent crashes on malformed or edge‑case documents.
  • Optimized memory management and more aggressive resource cleanup, reducing the memory footprint during long‑running annotation sessions.
  • Consistent performance when processing multiple documents sequentially.

These changes collectively make annotation operations more reliable, especially in high‑throughput or server‑side scenarios.

How to get the update

  • NuGet – Upgrade to the latest GroupDocs.Annotation package:

    • Cross‑platform .NET 6+:

      dotnet add package GroupDocs.Annotation --version 25.11
      
    • .NET Framework 4.6.2 / .NET 6 (Windows‑only):

      Install-Package GroupDocs.Annotation -Version 25.11
      
  • Direct Download – Grab the compiled assemblies for .NET and .NET Framework from the official release page:
    GroupDocs.Annotation for .NET 25.11 DLLs

(If the direct‑download link is not yet published, the NuGet packages provide the same binaries.)

Resources