chore(release): NetPdf 1.0.2 - #341
Merged
Merged
Conversation
Maintenance release — dependency updates only, no functional or public API changes, output byte-for-byte unchanged (all rendering goldens identical). - VersionPrefix + build/version.json -> 1.0.2; CHANGELOG [1.0.2] + links. - PackageValidationBaselineVersion 1.0.0 -> 1.0.1 (diff the public surface against the immediately-prior release). Verified: `dotnet pack` validates clean. - Facade version-pin test bumped to 1.0.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Cuts the NetPdf 1.0.2 maintenance release by updating the project’s version “surfaces” (MSBuild, informational JSON, changelog, and facade version-pin test) and advancing the package-validation baseline to the prior published release.
Changes:
- Bump release version to 1.0.2 across
Directory.Build.props,build/version.json, and the facade version test. - Add a new 1.0.2 entry to
CHANGELOG.mdand re-base compare links. - Update
PackageValidationBaselineVersionfrom 1.0.0 → 1.0.1.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/NetPdf.UnitTests/HtmlPdfFacadeTests.cs | Updates the pinned HtmlPdf.Version expectation to 1.0.2. |
| Directory.Build.props | Bumps VersionPrefix to 1.0.2 and advances package-validation baseline to 1.0.1. |
| CHANGELOG.md | Adds 1.0.2 release notes and re-bases footer compare links. |
| build/version.json | Updates informational version and last-updated date to 1.0.2 / 2026-07-10. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
101
to
+104
| <EnablePackageValidation>true</EnablePackageValidation> | ||
| <!-- Enabled at v1.0.1 (1.0.0 is published on nuget.org): fail the build on any accidental | ||
| public-API break vs. the last release. --> | ||
| <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> | ||
| <!-- Baseline = the previous published release (must exist on nuget.org): fail the build on any | ||
| accidental public-API break vs. that release. Bump this to <prev> on each release. --> | ||
| <PackageValidationBaselineVersion>1.0.1</PackageValidationBaselineVersion> |
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.
Cuts 1.0.2, a maintenance release carrying the dependency + CI updates from #339 and #340.
Version surfaces (guarded by
ReleaseVersionParityTests)Directory.Build.propsVersionPrefix→1.0.2build/version.json→1.0.2CHANGELOG.md→ new## [1.0.2]entry + re-based compare linksPackageValidationBaselineVersion1.0.0→1.0.11.0.2Contents of the release (once #339 + #340 land)
Verified locally: parity + facade version tests green;
dotnet packvalidates the public surface clean against the 1.0.1 baseline.After merge: tag
v1.0.2→release.ymlvalidates + publishes (gated on thenuget-releaseenvironment approval).🤖 Generated with Claude Code