Skip to content

Commit 11c5ca5

Browse files
committed
Bump to version 5.13.1, update GitHub Actions to latest versions, and remove qodana.yaml
1 parent 91167bb commit 11c5ca5

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Setup .NET
3636
if: matrix.language == 'csharp'
37-
uses: actions/setup-dotnet@v4
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
dotnet-version: ${{ matrix.dotnet-version }}
4040

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
steps:
2222
# Step 1: Check out the repository
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
# Step 2: Set up the .NET environment
2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: 10.0.x
3030

DotNetExtensions.slnx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Solution>
22
<Folder Name="/Solution Files/">
3+
<File Path=".github\workflows\codeql.yml" />
4+
<File Path=".github\workflows\dotnet.yml" />
35
<File Path="global.json" />
46
</Folder>
57
<Project Path="DotNetExtensions\DotNetExtensions.csproj" />

DotNetExtensions/DotNetExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
16-
<Version>5.13.0</Version>
16+
<Version>5.13.1</Version>
1717
<Authors>Diogo Medeiros</Authors>
1818
<Company>Diogo Medeiros</Company>
1919
<Description>This is a collection of extension methods for .NET Core.</Description>

qodana.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)