From 82acaa4540b3714bb455ae15a3caf08ecfeba956 Mon Sep 17 00:00:00 2001 From: Steffen Kampmann Date: Sat, 25 Nov 2023 15:14:08 +0100 Subject: [PATCH] ps downgrade for github actions --- CHANGELOG.md | 2 +- src/PsSmo/PsSmo.csproj | 2 +- src/PsSmo/PsSmo.psd1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db53ed..6709fe9 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.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 diff --git a/src/PsSmo/PsSmo.csproj b/src/PsSmo/PsSmo.csproj index cb238c5..c70fa37 100644 --- a/src/PsSmo/PsSmo.csproj +++ b/src/PsSmo/PsSmo.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/PsSmo/PsSmo.psd1 b/src/PsSmo/PsSmo.psd1 index e7abb9d..54daf0f 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.2.17' +PowerShellVersion = '7.2.16' # Name of the PowerShell host required by this module # PowerShellHostName = ''