Skip to content

Commit c11c934

Browse files
committed
Merge branch 'hotfix/2.3.1'
2 parents a2d4a1a + ac15307 commit c11c934

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

.github/workflows/build-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v6
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v3
28+
uses: actions/configure-pages@v5
2929
- name: Build with Jekyll
3030
uses: actions/jekyll-build-pages@v1
3131
with:
3232
source: ./
3333
destination: ./_site
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v1
35+
uses: actions/upload-pages-artifact@v4
3636

3737
# Deployment job
3838
deploy:
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
build-validation:
9-
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.11.1
9+
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.12.0

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pre-release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.11.1
8+
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.12.0
99
with:
1010
module-name: PsSqlClient
1111
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.11.1
8+
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.12.0
99
with:
1010
module-name: PsSqlClient
1111
secrets:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.3.1] - 2025-12-18
11+
12+
### Changed
13+
14+
- Updated Azure.Core to 1.45.0 for compatibility with Az v14.
15+
1016
## [2.3.0] - 2025-12-11
1117

1218
### Changed

src/PsSqlClient/PsSqlClient.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="Azure.Core" Version="1.45.0" />
1011
<PackageReference Include="Azure.Identity" Version="1.13.0" />
1112
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.3" />
1213
<PackageReference Include="System.Management.Automation" Version="7.4.0" />

src/PsSqlClient/PsSqlClient.psd1

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)