GroupDocs.Parser for .NET 26.6.1 Release Notes

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
PARSERNET-2875Optimize GetFileInfo methodImprovement
PARSERNET-2880Implement TFM-Split Packaging for GroupDocs.Metadata NuGetImprovement

Public API and Backward Incompatible Changes

Optimize GetFileInfo method

Description

This improvement increases the performance of the static GetFileInfo method.

Public API changes

None.

Usage

The following example demonstrates how to get file info:

FileInfo fileInfo = Parser.GetFileInfo("C:\\MyDocuments\\MyFile.pdf");

Implement TFM-Split Packaging for GroupDocs.Metadata NuGet

This improvement splits a single NuGet package into several smaller packages, each containing a single build for a specific platform. You can still install the main package, and the appropriate package for your platform will be selected automatically.

Public API changes

None.

Usage

None.