Skip to content

Commit

Permalink
ps downgrade for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Nov 25, 2023
1 parent 0f9fec1 commit 82acaa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17 and PowerShell 7.2.17.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.
- Updated Microsoft.Data.SqlClient to 5.1.1.

## [1.2.0] - 2023-08-24
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.17" />
<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.2.17'
PowerShellVersion = '7.2.16'

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

0 comments on commit 82acaa4

Please sign in to comment.