diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bc77a7..d6dea32 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "files.trimTrailingWhitespace": true + "files.trimTrailingWhitespace": true, + "terminal.integrated.shell.windows": "c:/Program Files/PowerShell/6/pwsh.exe" } diff --git a/ZertoApiWrapper/ZertoApiWrapper.psd1 b/ZertoApiWrapper/ZertoApiWrapper.psd1 index 75a6a3c..58177f0 100644 --- a/ZertoApiWrapper/ZertoApiWrapper.psd1 +++ b/ZertoApiWrapper/ZertoApiWrapper.psd1 @@ -33,7 +33,7 @@ Description = 'PowerShell Core Wrapper Module for Zerto Virtual Manager API' # Minimum version of the PowerShell engine required by this module - PowerShellVersion = '6' + PowerShellVersion = '6.0.0' # Name of the PowerShell host required by this module # PowerShellHostName = ''