Skip to content

Commit b38164b

Browse files
authored
V11.0.2/service update (#47)
⬆️ update xunit packages to version 3.2.1 📦 updated NuGet package definition 💬 updated community health pages 🚚 rename and update ci pipeline configuration
1 parent 04baca5 commit b38164b

File tree

7 files changed

+38
-15
lines changed

7 files changed

+38
-15
lines changed

.github/workflows/pipelines.yml renamed to .github/workflows/ci-pipeline.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: xUnit Ext. CI/CD Pipeline
22
on:
33
pull_request:
44
branches: [main]
5-
paths-ignore:
6-
- .codecov/**
7-
- .docfx/**
8-
- .nuget/**
9-
- '**/*.md'
105
workflow_dispatch:
116
inputs:
127
configuration:
@@ -80,12 +75,12 @@ jobs:
8075
repository: codebeltnet/xunit
8176
secrets: inherit
8277

83-
# codeql:
84-
# name: call-codeql
85-
# needs: [build,test]
86-
# uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
87-
# permissions:
88-
# security-events: write
78+
codeql:
79+
name: call-codeql
80+
needs: [build,test]
81+
uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
82+
permissions:
83+
security-events: write
8984

9085
deploy:
9186
if: github.event_name != 'pull_request'

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

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

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

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

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

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 11.0.2
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+
 
17
Version 11.0.1
28
Availability: .NET 10 and .NET 9
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 8.4.0 was migrated from previous versions of Cuemon.Extensions.Xunit, Cuemon.Extensions.Xunit.Hosting, and Cuemon.Extensions.Xunit.Hosting.AspNetCore.
99
10+
## [11.0.2] - 2025-12-06
11+
12+
This is a service update that focuses on package dependencies.
13+
1014
## [11.0.1] - 2025-11-19
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
@@ -13,10 +13,10 @@
1313
<PackageVersion Include="Xunit.v3.Priority" Version="1.1.18" />
1414
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
1515
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
16-
<PackageVersion Include="xunit.v3" Version="3.2.0" />
17-
<PackageVersion Include="xunit.v3.assert" Version="3.2.0" />
18-
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.0" />
19-
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.0" />
16+
<PackageVersion Include="xunit.v3" Version="3.2.1" />
17+
<PackageVersion Include="xunit.v3.assert" Version="3.2.1" />
18+
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.1" />
19+
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.1" />
2020
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
2121
</ItemGroup>
2222
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard2'))">

0 commit comments

Comments
 (0)