v1.0.1
Packaging and discoverability patch. No API or runtime behavior changes.
Added
- Package icon on both
Lxman.PdfLibraryandLxman.PdfLibrary.Rendering.SkiaSharp. - SourceLink + symbol packages — both packages now publish
.snupkgsymbols 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/PDF→github.com/lxman/PdfLibrary). - Build warnings — resolved CS0108 (
Type0Font.Encoding→EncodingName) and CS8600 (nullable out inGlyphUsageCollector); library builds warning-free.