We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c87367 commit d61f0cdCopy full SHA for d61f0cd
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.8.1] - 2025-12-18
11
+
12
+### Changed
13
14
+- Updated Azure.Core to 1.45.0 for compatibility with Az v14.
15
16
## [1.8.0] - 2025-12-11
17
18
### Changed
src/PsDac/PsDac.csproj
@@ -6,6 +6,7 @@
6
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Azure.Core" Version="1.45.0" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.3" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />
0 commit comments