diff --git a/.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt b/.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt index 8a234af..bcf6178 100644 --- a/.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 0.4.6 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  Version: 0.4.5 Availability: .NET 9 and .NET 8   diff --git a/CHANGELOG.md b/CHANGELOG.md index a28353a..eaaf0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder. +## [0.4.6] - 2025-10-20 + +This is a service update that focuses on package dependencies. + ## [0.4.5] - 2025-09-16 This is a service update that focuses on package dependencies. diff --git a/Directory.Packages.props b/Directory.Packages.props index f924f26..2702604 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,17 +3,17 @@ true - - - + + + - - - + + + - + \ No newline at end of file diff --git a/testenvironments.json b/testenvironments.json index 1db2c5e..8edade3 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.414-9.0.305" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.415-9.0.306" } ] }