File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Most lines should begin with one of these words:
11
11
to prevent errors if other moduels load conflicting dependencies.
12
12
- Remove ` Cmdlet ` , moving its ` WriteHost ` method to an extension method.
13
13
- 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 )
15
15
- Add retries on transient failures.
16
16
17
17
## [ 2.1.0] ( https://github.com/sharpjs/PSql/compare/release/2.0.1..2.1.0 )
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.0 " />
18
+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.5 " />
19
19
<PackageVersion Include =" Microsoft.PowerShell.SDK" Version =" 7.2.19" />
20
20
<PackageVersion Include =" Prequel" Version =" 1.0.3" />
21
21
<PackageVersion Include =" Subatomix.Build.Packaging.PowerShellModule" Version =" 1.1.1" />
You can’t perform that action at this time.
0 commit comments