You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Most lines should begin with one of these words:
10
10
- Change how the module loads dependencies. Now, the module loads dependencies
11
11
into a private context using [the recommended technique](https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/resolving-dependency-conflicts)
12
12
to prevent errors if other moduels load conflicting dependencies.
13
-
-Remove`Cmdlet`, moving its `WriteHost` method to an extension method.
13
+
-Change`Cmdlet`, renaming to `PSqlCmdlet`.
14
14
- Remove `IConsole`, replacing it with a simpler `ISqlMessageLogger`.
15
15
- Update Microsoft.Data.SqlClient to [5.2.2](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.2/5.2.2.md)
0 commit comments