Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion FirstClassErrors.Cli/FirstClassErrors.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
<!-- Package assets -->
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>Initial preview release of the fce documentation generator.</PackageReleaseNotes>

<!-- No PackageReleaseNotes: per-release notes are generated by tools/packaging/release-notes.sh
and published on the GitHub Release, so a value hardcoded here would go stale on every release. -->

<Copyright>© Reefact 2026</Copyright>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
<!-- Package assets -->
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>Initial preview release of the FirstClassErrors request binder.</PackageReleaseNotes>

<!-- No PackageReleaseNotes: per-release notes are generated by tools/packaging/release-notes.sh
and published on the GitHub Release, so a value hardcoded here would go stale on every release. -->

<!-- No GeneratePackageOnBuild: packages are produced by `dotnet pack` in the release workflow
(.github/workflows/release.yml), so no local or CI build ever emits a stray .nupkg. -->
Expand Down
4 changes: 3 additions & 1 deletion FirstClassErrors.Testing/FirstClassErrors.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
<!-- Package assets -->
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>Initial preview release of the FirstClassErrors testing helpers.</PackageReleaseNotes>

<!-- No PackageReleaseNotes: per-release notes are generated by tools/packaging/release-notes.sh
and published on the GitHub Release, so a value hardcoded here would go stale on every release. -->

<!-- No GeneratePackageOnBuild: packages are produced by `dotnet pack` in the release workflow
(.github/workflows/release.yml), so no local or CI build ever emits a stray .nupkg. -->
Expand Down
4 changes: 3 additions & 1 deletion FirstClassErrors/FirstClassErrors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
<!-- Package assets -->
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>Initial preview release of FirstClassErrors.</PackageReleaseNotes>

<!-- No PackageReleaseNotes: per-release notes are generated by tools/packaging/release-notes.sh
and published on the GitHub Release, so a value hardcoded here would go stale on every release. -->

<Copyright>© Reefact 2026</Copyright>

Expand Down