From 062374b4be4be7f9931da6f8b13ac8ac2076154d Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 26 May 2021 22:53:10 +0200 Subject: [PATCH] Update readme, PSD1 --- GPOZaurr.psd1 | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/GPOZaurr.psd1 b/GPOZaurr.psd1 index 8e0d631..12e5480 100644 --- a/GPOZaurr.psd1 +++ b/GPOZaurr.psd1 @@ -14,16 +14,15 @@ PSData = @{ Tags = @('Windows', 'ActiveDirectory', 'GPO', 'GroupPolicy') ProjectUri = 'https://github.com/EvotecIT/GPOZaurr' - Prerelease = 'Alpha1' ExternalModuleDependencies = @('CimCmdlets', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Security') } } RequiredModules = @(@{ - ModuleVersion = '0.0.200' + ModuleVersion = '0.0.201' ModuleName = 'PSSharedGoods' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, @{ - ModuleVersion = '0.0.127' + ModuleVersion = '0.0.128' ModuleName = 'ADEssentials' Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f' }, @{ diff --git a/README.md b/README.md index 4863f1e..4a16048 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To understand the usage I've created blog post you may find useful ## Changelog -- 0.0.128 Alpha 2 +- 0.0.128 - 2021.05.26 - ☑ Improved `Invoke-GPOZaurrContent` - type `PublicKeyPoliciesCertificates` - added more certificate information for - ☑ Improved `Invoke-GPOZaurr` - type `GPOAnalysis` - added more certificate information - 0.0.128 Alpha 1 - 2021.05.17