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
⬆️ bump dependencies
📦 updated NuGet package definition
💬 updated community health pages
➕ added support for net10.0 TFM
➖ remove support for net8.0 TFM
⬆️ xUnit v3 migration
⚰️ removed dead code
👷 updated CI and excluded codeql as github did not apply fix for .net10 github/codeql-action#3207
Copy file name to clipboardExpand all lines: .nuget/Codebelt.Extensions.Asp.Versioning/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
An open-source project (MIT license) that targets and complements the [asp-versioning](https://github.com/dotnet/aspnet-api-versioning) versioning engine. It aims to provide a uniform and convenient developer experience when working with RESTful API versioning.
4
4
5
+
Your versatile Asp.Versioning companion for modern development with `.NET 9` and `.NET 10`.
6
+
5
7
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
6
8
7
9
## **Codebelt.Extensions.Asp.Versioning** for .NET
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
7
7
> [!NOTE]
8
8
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning.
9
9
10
+
## [10.0.0] - 2025-11-13
11
+
12
+
This is a major release that focuses on adapting the latest `.NET 10` release (LTS) in exchange for current `.NET 8` (LTS).
13
+
14
+
> 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.
15
+
10
16
## [9.0.8] - 2025-10-20
11
17
12
18
This is a service update that focuses on package dependencies.
0 commit comments