From 2ed045a0056ce25fec416f96f8dff7354b5e5e2d Mon Sep 17 00:00:00 2001 From: "codebelt-aicia[bot]" Date: Sun, 16 Aug 2026 14:56:56 +0000 Subject: [PATCH 1/5] V1.0.7/service update --- .../PackageReleaseNotes.txt | 6 +++ .../PackageReleaseNotes.txt | 6 +++ .../PackageReleaseNotes.txt | 6 +++ .../PackageReleaseNotes.txt | 6 +++ .../PackageReleaseNotes.txt | 6 +++ CHANGELOG.md | 4 ++ Directory.Packages.props | 46 +++++++++---------- 7 files changed, 57 insertions(+), 23 deletions(-) diff --git a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt index 7bfb931..0c474f6 100644 --- a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 1.0.7 +Availability: .NET 10 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 1.0.6 Availability: .NET 10 diff --git a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Json/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Json/PackageReleaseNotes.txt index a4e5086..597c57f 100644 --- a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Json/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Json/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 1.0.7 +Availability: .NET 10 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 1.0.6 Availability: .NET 10 diff --git a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Yaml/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Yaml/PackageReleaseNotes.txt index 1a566f7..b74fa58 100644 --- a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Yaml/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Text.Yaml/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 1.0.7 +Availability: .NET 10 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 1.0.6 Availability: .NET 10 diff --git a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Xml/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Xml/PackageReleaseNotes.txt index 9570c86..74f4438 100644 --- a/.nuget/Codebelt.Extensions.Carter.AspNetCore.Xml/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Carter.AspNetCore.Xml/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 1.0.7 +Availability: .NET 10 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 1.0.6 Availability: .NET 10 diff --git a/.nuget/Codebelt.Extensions.Carter/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Carter/PackageReleaseNotes.txt index 0833676..e27e42a 100644 --- a/.nuget/Codebelt.Extensions.Carter/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Carter/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 1.0.7 +Availability: .NET 10 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 1.0.6 Availability: .NET 10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9a33b..af64ad9 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. +## [1.0.7] - 2026-08-16 + +This is a service update that focuses on package dependencies. + ## [1.0.6] - 2026-07-24 This is a patch release that updates Cuemon and Codebelt shared dependencies to their latest stable versions, improves build configuration, enhances CI/CD automation, and modernizes code formatting. diff --git a/Directory.Packages.props b/Directory.Packages.props index 2fb9a09..4c3231e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,24 +1,24 @@ - - - true - - - - - - - - - - - - - - - - - - - - + + + true + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 911472d8d63e8567930babe815896d250f93ae9c Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Sun, 16 Aug 2026 21:05:57 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=94=A7=20update=20repo=20configuratio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove obsolete diagnostic rule suppressions from .editorconfig and add standard .gitattributes for line-ending normalization and merge handling. --- .editorconfig | 17 -------------- .gitattributes | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index df96769..6d0e3c9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -82,11 +82,6 @@ dotnet_diagnostic.IDE0078.severity = none [*.{cs,vb}] dotnet_diagnostic.IDE0290.severity = none -# CA1200: Avoid using cref tags with a prefix -# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1200 -[*.{cs,vb}] -dotnet_diagnostic.CA1200.severity = none - # IDE0305: Use collection expression for fluent # https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305 [*.{cs,vb}] @@ -179,15 +174,3 @@ dotnet_diagnostic.IDE0032.severity = none # Excluded becuase of inconsistency with other analyzers [*.{cs,vb}] dotnet_diagnostic.IDE0036.severity = none - -# Order modifiers -# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0036 -# Excluded becuase of inconsistency with other analyzers -[*.{cs,vb}] -dotnet_diagnostic.IDE0036.severity = none - -# Use 'System.Threading.Lock' -# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0330 -# Excluded while TFMs are less than net9.0 -[*.{cs,vb}] -dotnet_diagnostic.IDE0330.severity = none diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain From 9edf31fd6c0980efc2d8e9fe614c22578f5b4b58 Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Sun, 16 Aug 2026 21:06:04 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=8C=20update=20dependency=20versio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust package version baselines: upgrade Microsoft.NET.Test.Sdk to 18.9.0 and downgrade Codebelt.Extensions.AspNetCore.Text.Yaml to 10.1.6 for test environment compatibility. --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4c3231e..7d0fd72 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,13 +7,13 @@ - + - + From 127199edff579fcf69dfff15d4df837262be2c2f Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Sun, 16 Aug 2026 21:06:12 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20configure=20test=20env?= =?UTF-8?q?ironment=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Docker test runner to use multi-version image supporting .NET 8, 9, 10, and 11. Simplify test environment name from version-specific to generic Docker-Ubuntu configuration. --- testenvironments.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testenvironments.json b/testenvironments.json index 59d1b66..587b2ef 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -7,9 +7,9 @@ "wslDistribution": "Ubuntu-24.04" }, { - "name": "Docker-Ubuntu (net10)", + "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "codebeltnet/ubuntu-testrunner:10" + "dockerImage": "codebeltnet/ubuntu-testrunner:8-9-10-11" } ] } From f9617a42cd2a1ac10a014a9071754d0315a5fba6 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sun, 16 Aug 2026 21:15:29 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=93=9D=20update=20changelog=20for=20v?= =?UTF-8?q?1.0.7=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af64ad9..45b5b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,19 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba ## [1.0.7] - 2026-08-16 -This is a service update that focuses on package dependencies. +This is a patch release focused on updating package dependencies to their latest compatible versions and refreshing repository configuration and test environment setup. + +### Changed + +- Codebelt.Extensions.Xunit.App upgraded to 11.2.1, +- Codebelt.Extensions.AspNetCore.Newtonsoft.Json upgraded to 10.1.7, +- Cuemon.Core upgraded to 10.7.0, +- Cuemon.Extensions.AspNetCore.Text.Json upgraded to 10.7.0, +- Cuemon.Extensions.AspNetCore.Xml upgraded to 10.7.0, +- Cuemon.Extensions.IO upgraded to 10.7.0, +- Microsoft.NET.Test.Sdk upgraded to 18.9.0, +- Repository configuration updated: removed obsolete diagnostic rule suppressions from .editorconfig and added standard .gitattributes for line-ending normalization and merge handling, +- Docker test environment image updated to support multi-version testing across .NET 8, 9, 10, and 11. ## [1.0.6] - 2026-07-24 @@ -95,6 +107,7 @@ This is the initial stable release of the `Codebelt.Extensions.Carter`, `Codebel - `YamlResponseNegotiator` class in the Codebelt.Extensions.Carter.AspNetCore.Text.Yaml namespace that provides a YAML response negotiator for Carter, capable of serializing response models to YAML format using `YamlDotNet`, - `XmlResponseNegotiator` class in the Codebelt.Extensions.Carter.AspNetCore.Xml namespace that provides an XML response negotiator for Carter, capable of serializing response models to XML format using `System.Xml.XmlWriter`. +[1.0.7]: https://github.com/codebeltnet/carter/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/codebeltnet/carter/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/codebeltnet/carter/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/codebeltnet/carter/compare/v1.0.3...v1.0.4