GroupDocs.Parser for .NET 26.6.1 Release Notes
This page contains release notes for GroupDocs.Parser for .NET 26.6.1
Full List of Issues Covering all Changes in this Release
| Key | Summary | Category |
|---|---|---|
| PARSERNET-2875 | Optimize GetFileInfo method | Improvement |
| PARSERNET-2880 | Implement TFM-Split Packaging for GroupDocs.Metadata NuGet | Improvement |
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.