We’re happy to announce the GroupDocs.Total for .NET 26.6 release, available as of June 2026. This update includes bug fixes, an enhancement to remove a third‑party dependency, and version upgrades across most individual libraries in the Total suite.

Bu sürümde neler yeni

The following products were updated in this version:

  • GroupDocs.Annotation for .NET (26.5 → 26.6)
  • GroupDocs.Assembly for .NET (26.5 → 26.6)
  • GroupDocs.Comparison for .NET (unchanged at 26.5)
  • GroupDocs.Conversion for .NET (26.5 → 26.6)
  • GroupDocs.Editor for .NET (26.6 → 26.6.1)
  • GroupDocs.Merger for .NET (unchanged at 26.4)
  • GroupDocs.Metadata for .NET (26.5 → 26.6)
  • GroupDocs.Parser for .NET (unchanged at 25.12.1)
  • GroupDocs.Redaction for .NET (26.5 → 26.6)
  • GroupDocs.Search for .NET (26.6 → 26.6.1)
  • GroupDocs.Signature for .NET (26.5 → 26.6)
  • GroupDocs.Viewer for .NET (26.5 → 26.6)
  • GroupDocs.Watermark for .NET (26.5 → 26.6)
  • GroupDocs.Markdown for .NET (unchanged at 26.3)

Düzeltmeler ve Geliştirmeler

Sorun Ürün Açıklama
TOTALNET-350 Metadata MSG dosya özellikleri ve taşıma mesaj başlıklarının açma/kaydetme işlemlerinden sonra değiştirildiği sorun düzeltildi.
TOTALNET-377 Total Paket boyutunu azaltmak ve sürüm çakışmalarını önlemek için Aspose.Drawing bağımlılığı kaldırıldı.
TOTALNET-379 Viewer Linux’ta PNG, JPG ve PPTX dosyalarının render edilmesi düzeltildi — artık Windows davranışıyla tutarlı.

No new public‑API features or enhancements were introduced beyond the fixes listed above.

Genel API değişiklikleri

No breaking changes were introduced in this release.

Yeni özellikler

No new public features were introduced in this release.

Kod örneği

The following code demonstrates how to load, process, and save an MSG file while preserving its original properties and transport message headers:

using(Metadata metadata = new Metadata("test.msg"))
{
  MsgRootPackage root = metadata.GetRootPackage<MsgRootPackage>();
  MsgPackage msg = root.EmailPackage;
  metadata.Save();
}

Güncellemeyi nasıl alabilirsiniz

NuGet

Upgrade the GroupDocs.Total package (or the .NET Framework‑specific package) to the latest version:

Doğrudan indirme

Download the compiled assemblies from the GroupDocs.Total for .NET 26.6 download page.

Kaynaklar