Skip to content

Commit aa116e0

Browse files
committed
Microsoft.Data.SqlClient -> 5.1.5 (downgrade)
See: dotnet/SqlClient#2388
1 parent 13dad5a commit aa116e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Most lines should begin with one of these words:
1111
to prevent errors if other moduels load conflicting dependencies.
1212
- Remove `Cmdlet`, moving its `WriteHost` method to an extension method.
1313
- Remove `IConsole`, replacing it with a simpler `ISqlMessageLogger`.
14-
- Update Microsoft.Data.SqlClient to [5.2.0](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.2/5.2.0.md)
14+
- Update Microsoft.Data.SqlClient to [5.1.5](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.1/5.1.5.md)
1515
- Add retries on transient failures.
1616

1717
## [2.1.0](https://github.com/sharpjs/PSql/compare/release/2.0.1..2.1.0)

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
18+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
1919
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.2.19" />
2020
<PackageVersion Include="Prequel" Version="1.0.3" />
2121
<PackageVersion Include="Subatomix.Build.Packaging.PowerShellModule" Version="1.1.1" />

0 commit comments

Comments
 (0)