Refelect 5.1 Update

This commit is contained in:
Wes Carroll
2019-05-31 17:03:10 -04:00
parent 6b73f0bcce
commit b18da2e79b
+2 -1
View File
@@ -1,6 +1,6 @@
# ZertoApiWrapper
PowerShell Core wrapper for Zerto Virtual Manager API
PowerShell wrapper for Zerto Virtual Manager API
## Current Build Status
@@ -54,6 +54,7 @@ If you are using this as part of a larger script, I highly suggest explicitly en
## Recent Updates
- May 31st, 2019: Implement logic to allow use of this module in both Windows PowerShell 5.1 and PowerShell Core.
- March 15th, 2019: Implement Export and Import Functionality. Please See [Export-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Export-ZertoVpg.md) and [Import-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Import-ZertoVpg.md) for assistance. No current pre-seed support.
- March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md)