Skip to content

Commit 3f74edf

Browse files
authored
V9.0.1/package maintenance (#9)
📝 updated DocFX 📦 updated NuGet package definition 💬 updated community health pages ⬆️ bump dependencies
1 parent a17d2db commit 3f74edf

File tree

9 files changed

+32
-22
lines changed

9 files changed

+32
-22
lines changed

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.0-alpine AS base
1+
FROM nginx:1.27.3-alpine AS base
22
RUN rm -rf /usr/share/nginx/html/*
33

44
FROM codebeltnet/docfx:2.77.0 AS build

.docfx/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dest": "api",
1313
"filter": "filterConfig.yml",
1414
"properties": {
15-
"TargetFramework": "net8.0"
15+
"TargetFramework": "net9.0"
1616
}
1717
}
1818
],
@@ -45,7 +45,7 @@
4545
],
4646
"globalMetadata": {
4747
"_appTitle": "Extensions for Asp.Versioning by Codebelt",
48-
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024 Geekle. All rights reserved.</span>",
48+
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024-2025 Geekle. All rights reserved.</span>",
4949
"_appLogoPath": "images/50x50.png",
5050
"_appFaviconPath": "images/favicon.ico",
5151
"_googleAnalyticsTagId": "G-G15R2J7GBR",

.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.0
1+
Version 9.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.0
28
Availability: .NET 9 and .NET 8
39

410
# ALM

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
77
> [!NOTE]
88
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning.
99
10+
## [9.0.1] - 2025-01-30
11+
12+
This is a service update that primarily focuses on package dependencies and minor improvements.
13+
1014
## [9.0.0] - 2024-11-13
1115

1216
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.

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PropertyGroup Condition="'$(IsTestProject)' == 'false'">
1818
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
19-
<Copyright>Copyright © Geekle 2024. All rights reserved.</Copyright>
19+
<Copyright>Copyright © Geekle 2024-2025. All rights reserved.</Copyright>
2020
<Authors>gimlichael</Authors>
2121
<Company>Geekle</Company>
2222
<Product>Extensions for Asp.Versioning API by Codebelt</Product>
@@ -42,7 +42,6 @@
4242
</ItemGroup>
4343

4444
<ItemGroup Condition="'$(IsTestProject)' == 'false'">
45-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
4645
<PackageReference Include="MinVer" PrivateAssets="all" />
4746
<None Include="..\..\.nuget\icon.png" Pack="true" Visible="false" PackagePath="\" />
4847
<None Include="..\..\.nuget\$(MSBuildProjectName)\README.md" Pack="true" PackagePath="\" />

Directory.Packages.props

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@
77
<PackageVersion Include="Asp.Versioning.Http" Version="8.1.0" />
88
<PackageVersion Include="Asp.Versioning.Mvc" Version="8.1.0" />
99
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
10-
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="9.0.0" />
11-
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.0" />
12-
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="9.0.0" />
13-
<PackageVersion Include="Cuemon.AspNetCore" Version="9.0.0" />
14-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.0" />
15-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json" Version="9.0.0" />
16-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml" Version="9.0.0" />
17-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
18-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
10+
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="9.0.1" />
11+
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.1" />
12+
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="9.0.1" />
13+
<PackageVersion Include="Cuemon.AspNetCore" Version="9.0.1" />
14+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.1" />
15+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json" Version="9.0.1" />
16+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml" Version="9.0.1" />
17+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1918
<PackageVersion Include="MinVer" Version="6.0.0" />
20-
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
21-
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
22-
<PackageVersion Include="xunit" Version="2.9.2" />
23-
<PackageVersion Include="xunit.runner.console" Version="2.9.2" />
24-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
19+
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
20+
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
21+
<PackageVersion Include="xunit" Version="2.9.3" />
22+
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
23+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
2524
</ItemGroup>
2625
</Project>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Geekle
3+
Copyright (c) 2024-2025 Geekle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
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.
88

9+
Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://versioning.codebelt.net/
10+
911
### 📦 Standalone Packages
1012

1113
Provides a focused API for RESTful versioning.

testenvironments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "Docker-Ubuntu",
1111
"type": "docker",
12-
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.404-9.0.100"
12+
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.405-9.0.102"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)