What's Changed
This patch release brings project configuration standardization, the latest compatible package versions, and simplified test infrastructure.
Configuration standardization: Project-level .editorconfig enforces consistent code style with UTF-8 encoding and indentation rules, while .gitattributes ensures standardized Git behavior across line endings and merge strategies.
Dependency updates: Microsoft.NET.Test.Sdk upgraded to 18.9.0, Codebelt.Extensions packages to 10.1.7 and 11.2.1, Cuemon packages to 10.7.0, and Asp.Versioning packages for .NET 10 targets to the 10.2.x series.
Test infrastructure simplification: Docker test environments consolidated from separate net9 and net10 images to a single multi-version testrunner image.
Sources:
- V10.2.3/service update by @codebelt-aicia[bot] in #39
Full Changelog: v10.2.2...v10.2.3