Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 4.0.3
Version 4.0.4
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 4.0.3
Comment on lines +1 to +7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Strip BOM and NBSP-only lines; standardize “Version: 4.0.4”.

Clean up the invisible character before “Version” and replace NBSP-only lines with normal blank lines. Standardize the “Version:” label for consistency.

Apply this diff:

-Version 4.0.4
+Version: 4.0.4
 Availability: .NET 9 and .NET 8
- 
+
 # ALM
 - CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
- 
+
 Version 4.0.3
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Version 4.0.4
Availability: .NET 9 and .NET 8
 
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
 
Version 4.0.3
Version: 4.0.4
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 4.0.3
🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: There might be a mistake here.
Context: Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)


[grammar] ~7-~7: There might be a mistake here.
Context: ...target frameworks (TFMs)   Version 4.0.3 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)

🤖 Prompt for AI Agents
.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt lines 1-7: remove
the leading BOM/invisible character before "Version", convert any lines that
contain only NBSPs into normal empty blank lines, and change the header "Version
4.0.4" to the standardized "Version: 4.0.4"; ensure no other content changes.

Availability: .NET 9 and .NET 8

# ALM
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 4.0.3
Version 4.0.4
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 4.0.3
Comment on lines +1 to +7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Remove stray BOM and non-breaking space lines; standardize “Version: 4.0.4”.

There’s a leading BOM/zero-width character before “Version” and NBSP-only lines (“ ”). These can trip linters and tooling. Also consider using the same “Version:” style used elsewhere in the file history.

Apply this diff to clean up and normalize:

-Version 4.0.4
+Version: 4.0.4
 Availability: .NET 9 and .NET 8
- 
+
 # ALM
 - CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
- 
+
 Version 4.0.3
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Version 4.0.4
Availability: .NET 9 and .NET 8
 
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
 
Version 4.0.3
Version: 4.0.4
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 4.0.3
🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: There might be a mistake here.
Context: Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)


[grammar] ~7-~7: There might be a mistake here.
Context: ...target frameworks (TFMs)   Version 4.0.3 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)

🤖 Prompt for AI Agents
In .nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt lines 1-7 remove the
leading BOM/zero-width character before "Version" and replace any NBSP-only
lines with an empty line or a normal space, and normalize the header to
"Version: 4.0.4" (use "Version:" prefix to match other entries); ensure there
are no invisible characters at file start (save without BOM or convert to UTF-8
without BOM) and trim trailing whitespace so linters/tooling won't fail.

Availability: .NET 9 and .NET 8

# ALM
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 4.0.3
Version 4.0.4
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 4.0.3
Availability: .NET 9 and .NET 8

# ALM
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 4.0.3
Version 4.0.4
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 4.0.3
Comment on lines +1 to +7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Remove stray BOM and NBSP-only lines; align “Version” label style.

Same issues as the Web package notes: stray BOM at file start and NBSP-only blank lines. Normalizing avoids editor/CI noise and keeps style consistent with “Version: x.y.z” used later in the file.

Apply this diff:

-Version 4.0.4
+Version: 4.0.4
 Availability: .NET 9 and .NET 8
- 
+
 # ALM
 - CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
- 
+
 Version 4.0.3
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Version 4.0.4
Availability: .NET 9 and .NET 8
 
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
 
Version 4.0.3
Version: 4.0.4
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 4.0.3
🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: There might be a mistake here.
Context: Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)


[grammar] ~7-~7: There might be a mistake here.
Context: ...target frameworks (TFMs)   Version 4.0.3 Availability: .NET 9 and .NET 8   # ALM ...

(QB_NEW_EN)

🤖 Prompt for AI Agents
In .nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt around lines 1 to 7,
remove the stray BOM at the file start, replace NBSP-only blank lines with
normal blank lines (or delete them), and change the "Version 4.0.4" and "Version
4.0.3" labels to the consistent style used later (e.g., "Version: 4.0.4" and
"Version: 4.0.3"); ensure the file uses UTF-8 without BOM and no non-breaking
spaces so editors/CI won't flag formatting noise.

Availability: .NET 9 and .NET 8

# ALM
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

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

## [4.0.4] - 2025-08-20

This is a service update that focuses on package dependencies.

## [4.0.3] - 2025-07-11

This is a service update that focuses on package dependencies.
Expand Down
24 changes: 12 additions & 12 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.5" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.4" />
<PackageVersion Include="Cuemon.Core" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.7" />
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.6" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.5" />
<PackageVersion Include="Cuemon.Core" Version="9.0.8" />
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.18" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.18" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.19" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.19" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion testenvironments.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.412-9.0.302"
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.413-9.0.304"
}
]
}
Loading