Update GitHub URLs to Reflect ZertoPublic Project

This commit is contained in:
Wes Carroll
2019-05-31 10:32:12 -04:00
parent 8763be768d
commit 6b73f0bcce
50 changed files with 101 additions and 101 deletions
+2 -2
View File
@@ -103,8 +103,8 @@ task CreatePsd1ForRelease CleanTemp, {
Copyright = '(c) {0} Wes Carroll. All rights reserved.' -f $(Get-Date -format 'yyyy')
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'
ProjectUri = 'https://github.com/ZertoPublic/ZertoApiWrapper'
LicenseUri = 'https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/LICENSE'
Tags = @("Zerto", "Automation")
FunctionsToExport = $functionsToExport
CmdletsToExport = @()