GroupDocs.Annotation for .NET 26.6 已于 2026 年 6 月发布。此版本引入了模块化的 NuGet 包布局,提供针对不同目标框架的运行时包,新增对 .NET 6 和 .NET 8 的一等支持,升级了底层文档引擎,并包含了一系列错误修复。

What’s new in this release

Key Category Summary
ANNOTATIONNET-2654 Enhancement NuGet package split — per-target-framework runtime packages (adds .NET 6 and .NET 8)
ANNOTATIONNET-2655 Enhancement Upgrade the underlying document engines
ANNOTATIONNET-2661 ⚠️ Enhancement Spreadsheet text-replacement font colour must now be set explicitly
ANNOTATIONNET-2656 🔧 Fix Fix image annotations failing on presentations (PPTX)
ANNOTATIONNET-2657 🔧 Fix Fix Visio (Diagram) area/redaction annotations rendering as empty outlines
ANNOTATIONNET-2658 🔧 Fix Fix ArgumentOutOfRangeException when removing annotations from Visio documents with hyperlinks
ANNOTATIONNET-2659 🔧 Fix Fix Diagram GetDocumentInfo returning no text lines
ANNOTATIONNET-2660 🔧 Fix Restore slide-preview generation for presentations
ANNOTATIONNET-2638 🔧 Fix Fix System.NotImplementedException when annotating image files
ANNOTATIONNET-2103 🔧 Fix Fix NullReferenceException when reading annotations from HTML documents with footnotes or endnotes

Code example

# Unchanged — the router picks the right runtime package for your TFM
dotnet add package GroupDocs.Annotation

# Or, if you prefer, install a specific runtime package directly
dotnet add package GroupDocs.Annotation.Net80

How to get the update

NuGet

  • 安装路由器包(自动解析并使用合适的运行时包):

    dotnet add package GroupDocs.Annotation

  • 直接安装特定的运行时包,例如:

    dotnet add package GroupDocs.Annotation.Net462
    dotnet add package GroupDocs.Annotation.Net60
    dotnet add package GroupDocs.Annotation.Net80

Direct download

此版本未提供直接下载链接。

Resources

此发行说明中未列出其他资源。