docs: per-package NuGet READMEs and packaging wiring - #156
Merged
Conversation
Each shippable package now ships its own README so its NuGet listing shows package-specific content instead of the repository README. Move the README pack rule out of Directory.Build.props into Directory.Build.targets, where it updates the SDK's default None item and falls back to the root README for packages without one. - Add per-package READMEs for Kernel, Fonts.Standard14, Layout, Signing, Reader, Conformance, Cli, and Barcodes, sharing the package-family and roadmap tables. - Add docs/barcodes-roadmap.md recording the post-1.9.0 verification pass. - Add the Barcodes roadmap row to the root README and document the Code 128 FNC4, GS1-128 HRI, and ITF-14 bearer-bar limitations in the barcode guide.
This was referenced Jul 8, 2026
This was referenced Aug 19, 2026
This was referenced Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Give each shippable package its own NuGet README instead of the shared repository README, so each package's nuget.org listing shows package-specific content.
Changes
Directory.Build.propsintoDirectory.Build.targets, where it updates the SDK's defaultNoneitem and falls back to the root README for packages without their own.docs/barcodes-roadmap.mdrecording the post-1.9.0 barcode verification pass.Verification
dotnet build VellumPdf.slnx -c Release: 0 warnings, 0 errorsdotnet format VellumPdf.slnx --verify-no-changes: cleandotnet pack VellumPdf.slnx -c Release: confirmed each.nupkgbundles its own README (Barcodes and Kernel READMEs differ in size)No code changes — documentation and packaging only.