You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents the v0.5.5 patch release covering dependency upgrades, the ReadAllText build targets fix, split Docker test environments, service-update workflow cleanup, and the carter package mapping addition.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
8
8
9
9
This is a service update that focuses on package dependencies.
10
10
11
+
### Changed
12
+
13
+
- Dependencies upgraded: `Cuemon.Extensions.IO` to 10.5.0, `Codebelt.Extensions.Xunit.App` to 11.0.8, `Savvyio.Domain`, `Savvyio.Extensions.Newtonsoft.Json`, and `Savvyio.Extensions.Text.Json` to 5.0.5, and `coverlet.collector`/`coverlet.msbuild` to 8.0.1,
14
+
-`Directory.Build.targets` now reads `PackageReleaseNotes.txt` via `System.IO.File.ReadAllText` instead of `ReadLinesFromFile`, preserving blank lines in NuGet package release notes,
15
+
-`testenvironments.json` Docker test environment split into dedicated `.NET 9` and `.NET 10` entries using versioned image tags (`:9` and `:10`) instead of a single combined image,
16
+
-`service-update.yml` fixed spurious trailing whitespace in the `ENTRY` bash template for the service-update workflow,
17
+
-`bump-nuget.py` extended `SOURCE_PACKAGE_MAP` with the `carter` → `Codebelt.Extensions.Carter` package mapping.
18
+
11
19
## [0.5.4] - 2026-02-28
12
20
13
21
This is a service update that focuses on package dependencies.
@@ -90,3 +98,20 @@ Purely an ALM release. No changes to the codebase.
90
98
- ComparableValueObject class in the Codebelt.SharedKernel namespace that provides an implementation of SingleValueObject{T} tailored for handling a single value that implements the IComparable{T} interface
91
99
- CoordinatedUniversalTime record in the Codebelt.SharedKernel namespace that represents an object that can be used when you need a timestamp that is based on an absolute time (UTC)
92
100
- TimeToLive record in the Codebelt.SharedKernel namespace that represents an object that can be used when issuing authentication tokens or similar (TTL)
0 commit comments