Skip to content

Code review C: documentation drift#139

Merged
Chris-Wolfgang merged 2 commits into
vNextfrom
stack/cr-c-doc-drift
Jun 3, 2026
Merged

Code review C: documentation drift#139
Chris-Wolfgang merged 2 commits into
vNextfrom
stack/cr-c-doc-drift

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Two doc fixes from the v1.1.1 code review:

  1. docs/getting-started.md prereq said .NET 8.0 only; library actually targets net462 → net10.0. Rewrote to spell out the runtime matrix.
  2. CHANGELOG.md was missing the Keep-a-Changelog footer compare-links. Added.

Doc-only. Stacked on vNext (PR #129).

docs/getting-started.md:
- Prerequisites said '.NET 8.0 or later' but the library multi-targets
  net462 / netstandard2.0 / net8.0 / net10.0. Rewrote the prereq to
  spell out the supported runtime matrix (anything supporting .NET
  Standard 2.0+).

CHANGELOG.md:
- Added the Keep-a-Changelog footer link references ([Unreleased],
  [1.1.1], [1.1.0], [1.0.0]) so the version headings link to GitHub
  compare pages. The DateTime-Extensions canonical CHANGELOG has these
  and consumers expect them to be navigable.
Copilot AI review requested due to automatic review settings June 2, 2026 17:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation to better reflect the library’s actual target/runtime support and to align the changelog with Keep a Changelog’s recommended reference-link footer format.

Changes:

  • Updated docs/getting-started.md prerequisites to describe the supported runtime matrix (net462 through net10.0).
  • Added missing compare-link reference definitions to the bottom of CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/getting-started.md Replaces the “.NET 8.0+” prerequisite with a runtime support matrix consistent with the package’s multi-targeting.
CHANGELOG.md Adds Keep-a-Changelog-style footer links for [Unreleased] and version comparisons.

@Chris-Wolfgang Chris-Wolfgang merged commit 9694236 into vNext Jun 3, 2026
1 check passed
@Chris-Wolfgang Chris-Wolfgang deleted the stack/cr-c-doc-drift branch June 3, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants