Skip to content

Commit

Permalink
Microsoft.Data.SqlClient -> 5.1.5 (downgrade)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 1, 2024
1 parent 13dad5a commit aa116e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Most lines should begin with one of these words:
to prevent errors if other moduels load conflicting dependencies.
- Remove `Cmdlet`, moving its `WriteHost` method to an extension method.
- Remove `IConsole`, replacing it with a simpler `ISqlMessageLogger`.
- Update Microsoft.Data.SqlClient to [5.2.0](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.2/5.2.0.md)
- Update Microsoft.Data.SqlClient to [5.1.5](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.1/5.1.5.md)
- Add retries on transient failures.

## [2.1.0](https://github.com/sharpjs/PSql/compare/release/2.0.1..2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.2.19" />
<PackageVersion Include="Prequel" Version="1.0.3" />
<PackageVersion Include="Subatomix.Build.Packaging.PowerShellModule" Version="1.1.1" />
Expand Down

0 comments on commit aa116e0

Please sign in to comment.