Skip to content

docs(security): say which versions are supported - #69

Merged
kkdev92 merged 1 commit into
mainfrom
docs/supported-versions
Sep 18, 2026
Merged

kkdev92 merged 1 commit into
mainfrom
docs/supported-versions

Conversation

@kkdev92

@kkdev92 kkdev92 commented Sep 18, 2026

Copy link
Copy Markdown
Owner

SECURITY.md had no supported-versions section at all. Five releases are on nuget.org
and nothing told a reporter whether the one they are running still gets fixes — the first
question the document exists to answer.

What it now says

The policy the readme already states, without naming a number:

Only the most recent release is supported. The 0.x line is pre-release: breaking
changes are expected before 1.0.0, and a fix ships in a new release rather than as a
patch to an earlier one. All four packages carry the same version and move together.

"They move together" is checked rather than assumed: VersionPrefix is declared once in
src/Directory.Build.props and no project overrides it, so all four packages cannot
diverge.

Deliberately not a table of version numbers. The sibling repositories that did carry one
had gone stale by three majors and six minors respectively, with nothing failing in
between — which is the argument against writing the number down at all.

Placed first, which is where the other repositories in this set put it.

ReleaseVersionTests and PackageContentTests still pass.

🤖 Generated with Claude Code

The policy had no supported-versions section at all. Five releases are on
nuget.org and nothing told a reporter whether the one they are running still
gets fixes -- the first question the document exists to answer.

Says the policy the readme already states, without naming a number: the 0.x
line is pre-release, only the most recent release is supported, and a fix ships
as a new release rather than a patch to an earlier one. All four packages carry
one VersionPrefix from src/Directory.Build.props and no project overrides it, so
"they move together" is a fact about the build rather than a convention.

Placed first, which is where the other repositories in this set put it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@kkdev92
kkdev92 merged commit e6ea39f into main Sep 18, 2026
10 checks passed
@kkdev92
kkdev92 deleted the docs/supported-versions branch September 18, 2026 04:10
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.

1 participant