From b135fc3c7f17adbe6265d00c9f112ec007dfad72 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 10 Dec 2020 11:16:08 +0100 Subject: [PATCH] Update Readme/PSD1 --- GPOZaurr.psd1 | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/GPOZaurr.psd1 b/GPOZaurr.psd1 index 4bc141a..1428feb 100644 --- a/GPOZaurr.psd1 +++ b/GPOZaurr.psd1 @@ -18,7 +18,7 @@ } } RequiredModules = @(@{ - ModuleVersion = '0.0.189' + ModuleVersion = '0.0.190' ModuleName = 'PSSharedGoods' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, @{ diff --git a/README.md b/README.md index 47ef3e8..024b268 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ That's it. Whenever there's a new version, you run the command, and you can enjo ## Changelog +- 0.0.98 - 10.12.2020 + - [x] Improved `Invoke-GPOZaurr` + - [x] Type `GPOList` - fixed unexpected ending of cmdlet when error occurs (for example deleted GPO while script is running) which could impact results + - [x] Other types - small color adjustment + - [x] Fixed/Improved `Get-GPOZaurr` - fixed unexpected ending of cmdlet when error occurs (for example deleted GPO while script is running), improved code base + - [x] Improved `Invoke-GPOZaurrSupport` - 0.0.97 - 07.12.2020 - [x] Improved `Invoke-GPOZaurr` - [x] Type `GPOList` - added more data, did small reorganization