Skip to content

Commit

Permalink
Merge branch 'feature/version-update' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Nov 25, 2023
2 parents c7fc9fb + 82acaa4 commit 902ee69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.16 and PowerShell 7.2.16.
- Updated Microsoft.Data.SqlClient to 5.1.1.

## [1.2.1] - 2023-09-05
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.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Include="System.Management.Automation" Version="7.2.13" />
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
</ItemGroup>

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.16'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down

0 comments on commit 902ee69

Please sign in to comment.