Skip to content

Commit

Permalink
Bump depedencies, version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 8, 2023
1 parent f9f135b commit 524c551
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Testimo.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand All @@ -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'
Expand Down

0 comments on commit 524c551

Please sign in to comment.