Update Minimum PowerShellVersion to 5.1.0

This commit is contained in:
Wes Carroll
2019-05-31 09:38:48 -04:00
parent 23ad240a52
commit 51064c5d64
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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")