Skip to content

v1.0.1

Choose a tag to compare

@lxman lxman released this 24 Jun 13:02

Packaging and discoverability patch. No API or runtime behavior changes.

Added

  • Package icon on both Lxman.PdfLibrary and Lxman.PdfLibrary.Rendering.SkiaSharp.
  • SourceLink + symbol packages — both packages now publish .snupkg symbols with embedded SourceLink metadata, so consumers can step into library source while debugging.

Changed

  • NuGet metadata — broadened tags (pdf-editor, csharp, cross-platform, pure-csharp, managed, pdf2.0, pdf-to-image) and clarified descriptions to lead with the "pure C#, no native/third-party codec dependencies, cross-platform" differentiator. Authors set to Michael Jordan.

Fixed

  • README clone URL corrected (github.com/lxman/PDFgithub.com/lxman/PdfLibrary).
  • Build warnings — resolved CS0108 (Type0Font.EncodingEncodingName) and CS8600 (nullable out in GlyphUsageCollector); library builds warning-free.