Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Nov 25, 2023
1 parent 129fa77 commit 0f9fec1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/Disconnect-SmoInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ schema: 2.0.0
## SYNTAX

```
Disconnect-SmoInstance [-Instance <Server>] [<CommonParameters>]
Disconnect-SmoInstance [[-Instance] <Server>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PsSmo/PsSmo.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 0f9fec1

Please sign in to comment.