From 0f9fec12ebfa48f66e25b8ce4068d90e4c49366d Mon Sep 17 00:00:00 2001 From: Steffen Kampmann Date: Sat, 25 Nov 2023 14:28:52 +0100 Subject: [PATCH] updated dependencies --- CHANGELOG.md | 2 +- docs/Disconnect-SmoInstance.md | 4 ++-- src/PsSmo/PsSmo.psd1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ea15a..5db53ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated Microsoft.SqlServer.SqlManagementObjects to 170.18.0. -- Updated System.Management.Automation to 7.2.13. +- Updated System.Management.Automation to 7.2.17 and PowerShell 7.2.17. - Updated Microsoft.Data.SqlClient to 5.1.1. ## [1.2.0] - 2023-08-24 diff --git a/docs/Disconnect-SmoInstance.md b/docs/Disconnect-SmoInstance.md index d7e453c..9614207 100644 --- a/docs/Disconnect-SmoInstance.md +++ b/docs/Disconnect-SmoInstance.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX ``` -Disconnect-SmoInstance [-Instance ] [] +Disconnect-SmoInstance [[-Instance] ] [] ``` ## DESCRIPTION @@ -39,7 +39,7 @@ Parameter Sets: (All) Aliases: Connection Required: False -Position: Named +Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False diff --git a/src/PsSmo/PsSmo.psd1 b/src/PsSmo/PsSmo.psd1 index 72ff742..e7abb9d 100644 --- a/src/PsSmo/PsSmo.psd1 +++ b/src/PsSmo/PsSmo.psd1 @@ -33,7 +33,7 @@ Copyright = '(c) 2021 Steffen Kampmann. Alle Rechte vorbehalten.' Description = 'The PowerShell SQL Client module replaces the SQL Server utilities SQLCMD with native PowerShell commands.' # Minimum version of the PowerShell engine required by this module -PowerShellVersion = '7.0' +PowerShellVersion = '7.2.17' # Name of the PowerShell host required by this module # PowerShellHostName = ''