diff --git a/ZertoApiWrapper.build.ps1 b/ZertoApiWrapper.build.ps1 index 9a9ad17..3ca2fb5 100644 --- a/ZertoApiWrapper.build.ps1 +++ b/ZertoApiWrapper.build.ps1 @@ -101,8 +101,8 @@ task CreatePsd1ForRelease CleanTemp, { Author = 'Wes Carroll' CompanyName = 'Zerto' Copyright = '(c) {0} Wes Carroll. All rights reserved.' -f $(Get-Date -format 'yyyy') - Description = 'PowerShell Core Wrapper Module for Zerto Virtual Manager API' - PowerShellVersion = '6.0.0' + Description = 'Windows PowerShell and PowerShell Core API Wrapper Module for Zerto Virtual Manager' + PowerShellVersion = '5.1.0' ProjectUri = 'https://github.com/wcarroll/ZertoApiWrapper' LicenseUri = 'https://github.com/wcarroll/ZertoApiWrapper/blob/master/LICENSE' Tags = @("Zerto", "Automation") diff --git a/ZertoApiWrapper/ZertoApiWrapper.psd1 b/ZertoApiWrapper/ZertoApiWrapper.psd1 index c86a32b..af87c16 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.0.0' + PowerShellVersion = '5.1.0' # Name of the PowerShell host required by this module # PowerShellHostName = ''