diff --git a/README.md b/README.md index 9d58ada..42e6b22 100644 --- a/README.md +++ b/README.md @@ -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)