diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx
index f6149e3..0e78ce5 100644
--- a/.docfx/Dockerfile.docfx
+++ b/.docfx/Dockerfile.docfx
@@ -1,4 +1,4 @@
-FROM nginx:1.27.0-alpine AS base
+FROM nginx:1.27.3-alpine AS base
RUN rm -rf /usr/share/nginx/html/*
FROM codebeltnet/docfx:2.77.0 AS build
diff --git a/.docfx/docfx.json b/.docfx/docfx.json
index 5353ae2..1223437 100644
--- a/.docfx/docfx.json
+++ b/.docfx/docfx.json
@@ -12,7 +12,7 @@
"dest": "api",
"filter": "filterConfig.yml",
"properties": {
- "TargetFramework": "net8.0"
+ "TargetFramework": "net9.0"
}
}
],
@@ -45,7 +45,7 @@
],
"globalMetadata": {
"_appTitle": "Extensions for Asp.Versioning by Codebelt",
- "_appFooter": "Generated by DocFX. Copyright 2024 Geekle. All rights reserved.",
+ "_appFooter": "Generated by DocFX. Copyright 2024-2025 Geekle. All rights reserved.",
"_appLogoPath": "images/50x50.png",
"_appFaviconPath": "images/favicon.ico",
"_googleAnalyticsTagId": "G-G15R2J7GBR",
diff --git a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt
index de16227..98f68fc 100644
--- a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt
+++ b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt
@@ -1,4 +1,10 @@
-Version 9.0.0
+Version 9.0.1
+Availability: .NET 9 and .NET 8
+
+# ALM
+- CHANGED Dependencies to latest and greatest with respect to TFMs
+
+Version 9.0.0
Availability: .NET 9 and .NET 8
# ALM
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99891e7..2cb469e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
> [!NOTE]
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning.
+## [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.
diff --git a/Directory.Build.props b/Directory.Build.props
index 0e8d906..eabc6e8 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,7 +16,7 @@
net9.0;net8.0
- Copyright © Geekle 2024. All rights reserved.
+ Copyright © Geekle 2024-2025. All rights reserved.
gimlichael
Geekle
Extensions for Asp.Versioning API by Codebelt
@@ -42,7 +42,6 @@
-
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 7dc1d0a..2731afc 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -7,20 +7,19 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index d188e75..fd45efc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Geekle
+Copyright (c) 2024-2025 Geekle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index aa569df..9b27de3 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
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.
+Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://versioning.codebelt.net/
+
### 📦 Standalone Packages
Provides a focused API for RESTful versioning.
diff --git a/testenvironments.json b/testenvironments.json
index 3d47592..e296d68 100644
--- a/testenvironments.json
+++ b/testenvironments.json
@@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
- "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.404-9.0.100"
+ "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.405-9.0.102"
}
]
}