From f68c38f9d1359e6af9032777cabd319beec40f68 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Thu, 27 Jun 2019 23:40:07 -0500 Subject: [PATCH] !deploy v2.29.0 with multiple fixes ## 2.29.0 * [Issue #201](https://github.com/scrthq/PSGSuite/issues/201) * Fixed: Fields parameter on remaining *-GSDriveFile functions * [Issue #197](https://github.com/scrthq/PSGSuite/issues/197) * Updated: All remaining *-TeamDrive functions now use the new Drives namespace. All previous functions names have been converted to aliases to maintain backwards compatibility. * Added: Hide-GSDrive * Added: Show-GSDrive * [Issue #184](https://github.com/scrthq/PSGSuite/issues/184) * Added: EnableCollaborativeInbox parameter to Update-GSGroupSettings * Added: WhoCanDiscoverGroup parameter to Update-GSGroupSettings. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf9310b..b625952b 100644 --- a/README.md +++ b/README.md @@ -168,4 +168,4 @@ All other functions are either intact or have an alias included to support backw * Added: `Show-GSDrive` * [Issue #184](https://github.com/scrthq/PSGSuite/issues/184) * Added: `EnableCollaborativeInbox` parameter to `Update-GSGroupSettings` - * Added: `WhoCanDiscoverGroup` parameter to `Update-GSGroupSettings` + * Added: `WhoCanDiscoverGroup` parameter to `Update-GSGroupSettings`.