Skip to content

Commit 400946e

Browse files
authored
V9.0.7/service update (#11)
📦 updated NuGet package definition 💬 updated community health pages ⬆️ bump dependencies
1 parent f82fb3d commit 400946e

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.29.0-alpine
1+
ARG NGINX_VERSION=1.29.1-alpine
22

33
FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
44
RUN rm -rf /usr/share/nginx/html/*

.github/workflows/pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858
build-switches: -p:SkipSignAssembly=true
5959
restore: true
60+
build: true
6061

6162
sonarcloud:
6263
name: call-sonarcloud

.nuget/Codebelt.Extensions.Globalization/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.6
1+
Version 9.0.7
2+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
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.6
28
Availability: .NET 9, .NET 8 and .NET Standard 2.0
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 9.0.1 was migrated from previous versions of Cuemon.Extensions.Globalization.
99
10+
## [9.0.7] - 2025-09-15
11+
12+
This is a service update that focuses on package dependencies.
13+
1014
## [9.0.6] - 2025-08-19
1115

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

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="10.0.5" />
7-
<PackageVersion Include="Codebelt.Extensions.YamlDotNet" Version="9.0.6" />
6+
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="10.0.6" />
7+
<PackageVersion Include="Codebelt.Extensions.YamlDotNet" Version="9.0.7" />
88
<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" />

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.413-9.0.304"
12+
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.414-9.0.305"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)