From 524c55124f3e68cb9f2ec35c3f23fdb27d3ae777 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 8 Mar 2023 10:36:51 +0100 Subject: [PATCH] Bump depedencies, version --- Testimo.psd1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Testimo.psd1 b/Testimo.psd1 index c388341..57dd6d5 100644 --- a/Testimo.psd1 +++ b/Testimo.psd1 @@ -4,11 +4,11 @@ CmdletsToExport = @() CompanyName = 'Evotec' CompatiblePSEditions = @('Desktop') - Copyright = '(c) 2011 - 2022 Przemyslaw Klys @ Evotec. All rights reserved.' + Copyright = '(c) 2011 - 2023 Przemyslaw Klys @ Evotec. All rights reserved.' Description = 'Testimo is Powershell module that tests Active Directory against specific set of tests.' FunctionsToExport = @('Compare-Testimo', 'Get-TestimoConfiguration', 'Get-TestimoSources', 'Import-PrivateModule', 'Invoke-Testimo') GUID = '0c1b99de-55ac-4410-8cb5-e689ff3be39b' - ModuleVersion = '0.0.84' + ModuleVersion = '0.0.85' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ @@ -19,32 +19,32 @@ } } RequiredModules = @(@{ - ModuleVersion = '0.0.252' ModuleName = 'PSSharedGoods' + ModuleVersion = '0.0.259' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, @{ - ModuleVersion = '0.0.10' ModuleName = 'PSWinDocumentation.DNS' + ModuleVersion = '0.0.10' Guid = '462dd5e2-f32a-4263-bff5-22edf28882d0' }, @{ - ModuleVersion = '1.0.22' ModuleName = 'PSEventViewer' + ModuleVersion = '1.0.22' Guid = '5df72a79-cdf6-4add-b38d-bcacf26fb7bc' }, @{ - ModuleVersion = '0.0.180' ModuleName = 'PSWriteHTML' + ModuleVersion = '0.0.183' Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c' }, @{ - ModuleVersion = '0.0.148' ModuleName = 'ADEssentials' + ModuleVersion = '0.0.151' Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f' }, @{ - ModuleVersion = '0.0.155' ModuleName = 'GPOZaurr' + ModuleVersion = '0.0.158' Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde' }, @{ - ModuleVersion = '0.87.3' ModuleName = 'PSWriteColor' + ModuleVersion = '0.87.3' Guid = '0b0ba5c5-ec85-4c2b-a718-874e55a8bc3f' }, 'ActiveDirectory', 'GroupPolicy', 'ServerManager') RootModule = 'Testimo.psm1'