Skip to content

Commit 49a207d

Browse files
authored
V9.0.4/service update (#9)
📦 updated NuGet package definition ⬆️ bump dependencies 💬 updated community health pages
1 parent f57b610 commit 49a207d

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
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: unitify.snk
@@ -39,10 +39,9 @@ jobs:
3939
strategy:
4040
matrix:
4141
configuration: [Debug, Release]
42-
uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v1
42+
uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v2
4343
with:
4444
configuration: ${{ matrix.configuration }}
45-
upload-packed-artifact: true
4645
version: ${{ needs.build.outputs.version }}
4746

4847
test:
@@ -53,11 +52,12 @@ jobs:
5352
matrix:
5453
os: [ubuntu-24.04, windows-2022]
5554
configuration: [Debug, Release]
56-
uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v1
55+
uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v2
5756
with:
5857
configuration: ${{ matrix.configuration }}
5958
runs-on: ${{ matrix.os }}
6059
build-switches: -p:SkipSignAssembly=true
60+
restore: true
6161

6262
sonarcloud:
6363
name: call-sonarcloud

.nuget/Codebelt.Unitify/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
 
17
Version 9.0.3
28
Availability: .NET 9 and .NET 8
39

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 9.0.0 was migrated from previous versions of [Cuemon.Core](https://github.com/gimlichael/Cuemon/commit/83e0c7af2cdaa07351e878fa7276558838f2e7e6).
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.1" />
7-
<PackageVersion Include="Cuemon.Core" Version="9.0.5" />
8-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
6+
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.3" />
7+
<PackageVersion Include="Cuemon.Core" Version="9.0.6" />
8+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
99
<PackageVersion Include="MinVer" Version="6.0.0" />
1010
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
1111
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
1212
<PackageVersion Include="xunit" Version="2.9.3" />
1313
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
14-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.0" />
14+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
1515
</ItemGroup>
1616
</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)