GroupDocs.Annotation per .NET 26.6 è ora disponibile a partire da giugno 2026. Questa release introduce un layout modulare dei pacchetti NuGet con pacchetti runtime per‑target‑framework, aggiunge build native per .NET 6 e .NET 8, aggiorna i motori di documento sottostanti e include una serie di correzioni di bug.

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

Esempio di codice

# 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

Come ottenere l’aggiornamento

NuGet

  • Installa il pacchetto router (risolve automaticamente il pacchetto runtime appropriato):

    dotnet add package GroupDocs.Annotation

  • Installa direttamente un pacchetto runtime specifico, ad esempio:

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

Download diretto

Non sono forniti link di download diretto per questa release.

Risorse

Non sono elencate risorse aggiuntive nelle note di rilascio.