From d7787631b5462ccf2ffef64b0b72e6bced9f125c Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 07:33:39 +0000 Subject: [PATCH] build(binder,cli,core,testing): drop frozen PackageReleaseNotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The four packable csproj files hardcoded "Initial preview release ..." in PackageReleaseNotes, so every subsequent release would have shipped the same stale notes unless the line was hand-edited each time. Per-release notes are already generated per train by tools/packaging/release-notes.sh and published on the GitHub Release; that pipeline stays the single source of truth. The finding is binder-scoped, but the same frozen line existed in all four packable projects — two of them ship on the same lib train as the binder — so the fix covers all four. Refs: #152 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01NuvXSNGbQqxyxMVgJHyX4w --- FirstClassErrors.Cli/FirstClassErrors.Cli.csproj | 4 +++- .../FirstClassErrors.RequestBinder.csproj | 4 +++- FirstClassErrors.Testing/FirstClassErrors.Testing.csproj | 4 +++- FirstClassErrors/FirstClassErrors.csproj | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/FirstClassErrors.Cli/FirstClassErrors.Cli.csproj b/FirstClassErrors.Cli/FirstClassErrors.Cli.csproj index 4fcabc5f..59c93a8c 100644 --- a/FirstClassErrors.Cli/FirstClassErrors.Cli.csproj +++ b/FirstClassErrors.Cli/FirstClassErrors.Cli.csproj @@ -63,7 +63,9 @@ icon.png readme.md - Initial preview release of the fce documentation generator. + + © Reefact 2026 diff --git a/FirstClassErrors.RequestBinder/FirstClassErrors.RequestBinder.csproj b/FirstClassErrors.RequestBinder/FirstClassErrors.RequestBinder.csproj index d89691ec..615d20ef 100644 --- a/FirstClassErrors.RequestBinder/FirstClassErrors.RequestBinder.csproj +++ b/FirstClassErrors.RequestBinder/FirstClassErrors.RequestBinder.csproj @@ -38,7 +38,9 @@ icon.png readme.md - Initial preview release of the FirstClassErrors request binder. + + diff --git a/FirstClassErrors.Testing/FirstClassErrors.Testing.csproj b/FirstClassErrors.Testing/FirstClassErrors.Testing.csproj index 5d130f45..79454d9f 100644 --- a/FirstClassErrors.Testing/FirstClassErrors.Testing.csproj +++ b/FirstClassErrors.Testing/FirstClassErrors.Testing.csproj @@ -38,7 +38,9 @@ icon.png readme.md - Initial preview release of the FirstClassErrors testing helpers. + + diff --git a/FirstClassErrors/FirstClassErrors.csproj b/FirstClassErrors/FirstClassErrors.csproj index 2a400a79..a6db7912 100644 --- a/FirstClassErrors/FirstClassErrors.csproj +++ b/FirstClassErrors/FirstClassErrors.csproj @@ -36,7 +36,9 @@ icon.png readme.md - Initial preview release of FirstClassErrors. + + © Reefact 2026