From e2ebeb0d9cd3f2d1dbd8ee7b2f5af264e5430f0e Mon Sep 17 00:00:00 2001 From: "codebelt-aicia[bot]" Date: Fri, 20 Feb 2026 19:30:26 +0000 Subject: [PATCH 1/3] V10.0.3/service update --- .../PackageReleaseNotes.txt | 6 + CHANGELOG.md | 196 +++++++++--------- Directory.Packages.props | 48 ++--- 3 files changed, 130 insertions(+), 120 deletions(-) diff --git a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt index cca8f81..3325ae0 100644 --- a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 10.0.3 +Availability: .NET 10 and .NET 9 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 10.0.2 Availability: .NET 10 and .NET 9   diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5db6e..0af427f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,96 +1,100 @@ -# Changelog - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder. - -> [!NOTE] -> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning. - -## [10.0.2] - 2026-02-15 - -This is a service update that focuses on package dependencies. - -## [10.0.1] - 2026-01-22 - -This is a service update that focuses on package dependencies. - -## [10.0.0] - 2025-11-13 - -This is a major release that focuses on adapting the latest `.NET 10` release (LTS) in exchange for current `.NET 8` (LTS). - -> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions. - -## [9.0.8] - 2025-10-20 - -This is a service update that focuses on package dependencies. - -## [9.0.7] - 2025-09-15 - -This is a service update that focuses on package dependencies. - -## [9.0.6] - 2025-08-20 - -This is a service update that focuses on package dependencies. - -## [9.0.5] - 2025-07-11 - -This is a service update that focuses on package dependencies. - -## [9.0.4] - 2025-06-16 - -This is a service update that focuses on package dependencies. - -## [9.0.3] - 2025-05-25 - -This is a service update that focuses on package dependencies. - -## [9.0.2] - 2025-04-16 - -This is a service update that focuses on package dependencies. - -## [9.0.1] - 2025-01-30 - -This is a service update that primarily focuses on package dependencies and minor improvements. - -## [9.0.0] - 2024-11-13 - -This major release is first and foremost focused on ironing out any wrinkles that have been introduced with .NET 9 preview releases so the final release is production ready together with the official launch from Microsoft. - -## [8.4.0] - 2024-09-21 - - -## [8.1.0] - 2024-02-11 - -### Changed - -- RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace to include non-official MIME-types in the ValidAcceptHeaders property - -## [7.1.0] 2022-12-11 - -### Added - -- UseBuiltInRfc7807 property on the RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace (https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0) - -### Removed - -- ProblemDetailsFactoryType and UseProblemDetailsFactory{T} from the RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace when targeting .NET 7 (https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0) - -### Fixed - -- RestfulProblemDetailsFactory class in the Codebelt.Extensions.Asp.Versioning namespace due to changes for 6.3 release of Asp.Versioning (https://github.com/dotnet/aspnet-api-versioning/commit/0a999316aebc81fb1bf3842a2980901f9539978b) - -### Changed - -- ServiceCollectionExtensions class in the Codebelt.Extensions.Asp.Versioning namespace so that AddRestfulApiVersioning now is backward compatible with recent changes mentioned here https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0 - - -## [7.0.0] 2022-11-09 - -### Added - -- RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace that provides programmatic configuration for the ServiceCollectionExtensions.AddRestfulApiVersioning method -- ServiceCollectionExtensions class in the Codebelt.Extensions.Asp.Versioning namespace that consist of extension methods for the IServiceCollection interface: AddRestfulApiVersioning -- ApplicationBuilderExtensions class in the Codebelt.Extensions.Asp.Versioning namespace that consist of extension methods for the IApplicationBuilder interface: UseRestfulApiVersioning -- RestfulApiVersionReader class in the Codebelt.Extensions.Asp.Versioning namespace that represents a RESTful API version reader that reads the value from a filtered list of HTTP Accept headers in the request -- RestfulProblemDetailsFactory class in the Codebelt.Extensions.Asp.Versioning namespace that represents a RESTful implementation of the IProblemDetailsFactory which throws variants of HttpStatusCodeException that needs to be translated accordingly +# Changelog + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder. + +> [!NOTE] +> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning. + +## [10.0.3] - 2026-02-20 + +This is a service update that focuses on package dependencies. + +## [10.0.2] - 2026-02-15 + +This is a service update that focuses on package dependencies. + +## [10.0.1] - 2026-01-22 + +This is a service update that focuses on package dependencies. + +## [10.0.0] - 2025-11-13 + +This is a major release that focuses on adapting the latest `.NET 10` release (LTS) in exchange for current `.NET 8` (LTS). + +> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions. + +## [9.0.8] - 2025-10-20 + +This is a service update that focuses on package dependencies. + +## [9.0.7] - 2025-09-15 + +This is a service update that focuses on package dependencies. + +## [9.0.6] - 2025-08-20 + +This is a service update that focuses on package dependencies. + +## [9.0.5] - 2025-07-11 + +This is a service update that focuses on package dependencies. + +## [9.0.4] - 2025-06-16 + +This is a service update that focuses on package dependencies. + +## [9.0.3] - 2025-05-25 + +This is a service update that focuses on package dependencies. + +## [9.0.2] - 2025-04-16 + +This is a service update that focuses on package dependencies. + +## [9.0.1] - 2025-01-30 + +This is a service update that primarily focuses on package dependencies and minor improvements. + +## [9.0.0] - 2024-11-13 + +This major release is first and foremost focused on ironing out any wrinkles that have been introduced with .NET 9 preview releases so the final release is production ready together with the official launch from Microsoft. + +## [8.4.0] - 2024-09-21 + + +## [8.1.0] - 2024-02-11 + +### Changed + +- RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace to include non-official MIME-types in the ValidAcceptHeaders property + +## [7.1.0] 2022-12-11 + +### Added + +- UseBuiltInRfc7807 property on the RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace (https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0) + +### Removed + +- ProblemDetailsFactoryType and UseProblemDetailsFactory{T} from the RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace when targeting .NET 7 (https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0) + +### Fixed + +- RestfulProblemDetailsFactory class in the Codebelt.Extensions.Asp.Versioning namespace due to changes for 6.3 release of Asp.Versioning (https://github.com/dotnet/aspnet-api-versioning/commit/0a999316aebc81fb1bf3842a2980901f9539978b) + +### Changed + +- ServiceCollectionExtensions class in the Codebelt.Extensions.Asp.Versioning namespace so that AddRestfulApiVersioning now is backward compatible with recent changes mentioned here https://github.com/dotnet/aspnet-api-versioning/releases/tag/v7.0.0 + + +## [7.0.0] 2022-11-09 + +### Added + +- RestfulApiVersioningOptions class in the Codebelt.Extensions.Asp.Versioning namespace that provides programmatic configuration for the ServiceCollectionExtensions.AddRestfulApiVersioning method +- ServiceCollectionExtensions class in the Codebelt.Extensions.Asp.Versioning namespace that consist of extension methods for the IServiceCollection interface: AddRestfulApiVersioning +- ApplicationBuilderExtensions class in the Codebelt.Extensions.Asp.Versioning namespace that consist of extension methods for the IApplicationBuilder interface: UseRestfulApiVersioning +- RestfulApiVersionReader class in the Codebelt.Extensions.Asp.Versioning namespace that represents a RESTful API version reader that reads the value from a filtered list of HTTP Accept headers in the request +- RestfulProblemDetailsFactory class in the Codebelt.Extensions.Asp.Versioning namespace that represents a RESTful implementation of the IProblemDetailsFactory which throws variants of HttpStatusCodeException that needs to be translated accordingly diff --git a/Directory.Packages.props b/Directory.Packages.props index f36e22e..be905cf 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,25 +1,25 @@ - - - true - - - - - - - - - - - - - - - - - - - - - + + + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 15706ed972dc2aab524d7e16ed3a53b677d2b1fa Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 20 Feb 2026 23:45:38 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20version=20to=20?= =?UTF-8?q?10.0.3=20and=20update=20release=20notes=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PackageReleaseNotes.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt index 3325ae0..92c4a7a 100644 --- a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt @@ -1,10 +1,10 @@ -Version: 10.0.3 +Version: 10.0.3 Availability: .NET 10 and .NET 9 - -# ALM -- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) - -Version: 10.0.2 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + +Version: 10.0.2 Availability: .NET 10 and .NET 9   # ALM From b2c1653ea5faff4e27ba41b6838a92d551484179 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 20 Feb 2026 23:45:48 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20package=20ver?= =?UTF-8?q?sions=20for=20dependencies=20in=20Directory.Packages.props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index be905cf..32125d6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,25 +1,25 @@ - - - true - - - - - - - - - - - - - - - - - - - - - + + + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file