Skip to content

Commit 0b75938

Browse files
authored
V9.0.4/service update (#13)
📦 updated NuGet package definition ⬆️ bump dependencies 💬 updated community health pages
1 parent 570d4e6 commit 0b75938

File tree

6 files changed

+27
-17
lines changed

6 files changed

+27
-17
lines changed

.docfx/Dockerfile.docfx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM nginx:1.27.5-alpine AS base
1+
FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS base
22
RUN rm -rf /usr/share/nginx/html/*
33

44
FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
@@ -8,7 +8,7 @@ ADD [".", "docfx"]
88
RUN cd docfx; \
99
docfx build
1010

11-
FROM nginx:1.27.5-alpine AS final
11+
FROM nginx:1.28.0-alpine AS final
1212
WORKDIR /usr/share/nginx/html
1313
COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html
1414

.github/workflows/pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
configuration: [Debug, Release]
30-
uses: codebeltnet/jobs-dotnet-build/.github/workflows/default.yml@v1
30+
uses: codebeltnet/jobs-dotnet-build/.github/workflows/default.yml@v2
3131
with:
3232
configuration: ${{ matrix.configuration }}
3333
strong-name-key-filename: versioning.snk
@@ -41,10 +41,9 @@ jobs:
4141
strategy:
4242
matrix:
4343
configuration: [Debug, Release]
44-
uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v1
44+
uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v2
4545
with:
4646
configuration: ${{ matrix.configuration }}
47-
upload-packed-artifact: true
4847
version: ${{ needs.build.outputs.version }}
4948

5049
test:
@@ -55,11 +54,12 @@ jobs:
5554
matrix:
5655
os: [ubuntu-24.04, windows-2022]
5756
configuration: [Debug, Release]
58-
uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v1
57+
uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v2
5958
with:
6059
configuration: ${{ matrix.configuration }}
6160
runs-on: ${{ matrix.os }}
6261
build-switches: -p:SkipSignAssembly=true
62+
restore: true
6363

6464
sonarcloud:
6565
name: call-sonarcloud

.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.3
1+
Version 9.0.4
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 9.0.3
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.4] - 2025-06-16
11+
12+
This is a service update that focuses on package dependencies.
13+
1014
## [9.0.3] - 2025-05-25
1115

1216
This is a service update that focuses on package dependencies.

Directory.Packages.props

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +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.3" />
11-
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.3" />
12-
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.1" />
13-
<PackageVersion Include="Cuemon.AspNetCore" Version="9.0.5" />
14-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.5" />
15-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json" Version="9.0.5" />
16-
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml" Version="9.0.5" />
17-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
10+
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="9.0.4" />
11+
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.4" />
12+
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.3" />
13+
<PackageVersion Include="Cuemon.AspNetCore" Version="9.0.6" />
14+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.6" />
15+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json" Version="9.0.6" />
16+
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml" Version="9.0.6" />
17+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageVersion Include="MinVer" Version="6.0.0" />
1919
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2020
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
2121
<PackageVersion Include="xunit" Version="2.9.3" />
2222
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
23-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.0" />
23+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
2424
</ItemGroup>
2525
</Project>

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.409-9.0.300"
12+
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.411-9.0.301"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)