Skip to content

Commit 1c8cd3d

Browse files
committed
🔀 merge with v10.0.7
2 parents 5ec196c + 44349cc commit 1c8cd3d

8 files changed

Lines changed: 39 additions & 11 deletions

File tree

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363
build-switches: -p:SkipSignAssembly=true
6464
restore: true # we need to restore the packages for the test project
65-
include-preview: true
65+
build: true # we need to build for .net48 tests
6666

6767
sonarcloud:
6868
name: call-sonarcloud

.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Version 11.0.0
1+
Version 11.0.0
22
Availability: .NET 10 and .NET 9
33

4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 10.0.7
8+
Availability: .NET 9 and .NET 8
9+
410
# ALM
511
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
612

.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Version 11.0.0
1+
Version 11.0.0
22
Availability: .NET 10 and .NET 9
33

4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
Version 10.0.7
8+
Availability: .NET 9 and .NET 8
9+
410
# ALM
511
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
612

.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 11.0.0
1+
Version 11.0.0
22
Availability: .NET 10, .NET 9 and .NET Standard 2.0
33

44
# ALM
@@ -7,6 +7,12 @@ Availability: .NET 10, .NET 9 and .NET Standard 2.0
77
# Breaking Changes
88
- CHANGED HostFixture class in the Codebelt.Extensions.Xunit.Hosting namespace to use ValueTask for InitializeAsync instead of Task (xUnit v3 consequence change)
99

10+
Version 10.0.7
11+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
12+
13+
# ALM
14+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
15+
 
1016
Version 10.0.6
1117
Availability: .NET 9, .NET 8 and .NET Standard 2.0
1218

.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 11.0.0
1+
Version 11.0.0
22
Availability: .NET 10 and .NET 9
33

44
# ALM
@@ -7,6 +7,12 @@ Availability: .NET 10 and .NET 9
77
# Breaking Changes
88
- CHANGED Test class in the Codebelt.Extensions.Xunit namespace to use ValueTask for InitializeAsync instead of Task (xUnit v3 consequence change)
99

10+
Version 10.0.7
11+
Availability: .NET 9 and .NET 8
12+
13+
# ALM
14+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
15+
 
1016
Version 10.0.6
1117
Availability: .NET 9 and .NET 8
1218

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ At the same time we also adapted xUnit v3 as this is the one in active developme
3333
- Test class in the Codebelt.Extensions.Xunit namespace to use ValueTask for InitializeAsync instead of Task (xUnit v3 consequence change)
3434
- HostFixture class in the Codebelt.Extensions.Xunit.Hosting namespace to use ValueTask for InitializeAsync instead of Task (xUnit v3 consequence change)
3535

36+
## [10.0.7] - 2025-10-17
37+
38+
This is a service update that focuses on package dependencies.
39+
3640
## [10.0.6] - 2025-09-14
3741

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

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
2323
</ItemGroup>
2424
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
25-
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
26-
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.9" />
27-
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.9" />
28-
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.9" />
29-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
30-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.9" />
25+
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
26+
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.10" />
27+
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.10" />
28+
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
29+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
30+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.10" />
3131
</ItemGroup>
3232
<ItemGroup Condition="$(TargetFramework.StartsWith('net10')) OR $(TargetFramework.StartsWith('netstandard2'))">
3333
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.0-rc.1.25451.107" />

0 commit comments

Comments
 (0)