Skip to content

Commit feebf73

Browse files
authored
V5.0.1/service update (#20)
⬆️ bump dependencies 🐛 fixed suppress status messages to align with consolelifetime 📦 updated NuGet package definition 💬 updated community health pages 📝 add guidelines for tests and xml docs in bootstrapper 🚚 rename pipelines to ci-pipeline for consistency 🐛 fixed missing output type for apps
1 parent 832502a commit feebf73

File tree

34 files changed

+1300
-25
lines changed

34 files changed

+1300
-25
lines changed

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
44
RUN rm -rf /usr/share/nginx/html/*
55

6-
FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
6+
FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.4 AS build
77

88
ADD [".", "docfx"]
99

.github/copilot-instructions.md

Lines changed: 583 additions & 0 deletions
Large diffs are not rendered by default.

.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
Version 5.0.0
1+
Version 5.0.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
# Bug Fixes
8+
- FIXED ConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
9+
- FIXED MinimalConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
10+
 
11+
Version 5.0.0
212
Availability: .NET 10 and .NET 9
313

414
# ALM

.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 5.0.0
1+
Version 5.0.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 5.0.0
28
Availability: .NET 10 and .NET 9
39

410
# ALM

.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 5.0.0
1+
Version 5.0.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 5.0.0
28
Availability: .NET 10 and .NET 9
39

410
# ALM

.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 5.0.0
1+
Version 5.0.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 5.0.0
28
Availability: .NET 10 and .NET 9
39

410
# ALM

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder.
66

7+
## [5.0.1] - 2025-12-07
8+
9+
This is a service update that primarily focuses on fixing issues related to host lifetime status message suppression.
10+
11+
### Fixed
12+
13+
- ConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
14+
- MinimalConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
15+
716
## [5.0.0] - 2025-11-14
817

918
This is a major release that focuses on adapting the latest `.NET 10` release (LTS) in exchange for current `.NET 8` (LTS).

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="10.0.0" />
7-
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.0" />
8-
<PackageVersion Include="Cuemon.Core" Version="10.0.0" />
9-
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="10.0.0" />
7+
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.2" />
8+
<PackageVersion Include="Cuemon.Core" Version="10.1.0" />
9+
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="10.1.0" />
1010
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1111
<PackageVersion Include="MinVer" Version="6.0.0" />
1212
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
1313
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
14-
<PackageVersion Include="xunit.v3" Version="3.1.0" />
15-
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.0" />
14+
<PackageVersion Include="xunit.v3" Version="3.2.1" />
15+
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.1" />
1616
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
1717
</ItemGroup>
1818
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">

app/Codebelt.Bootstrapper.Console.App/Codebelt.Bootstrapper.Console.App.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
</PropertyGroup>
26

37
<ItemGroup>
48
<ProjectReference Include="..\..\src\Codebelt.Bootstrapper.Console\Codebelt.Bootstrapper.Console.csproj" />

0 commit comments

Comments
 (0)