Skip to content

Commit 524c551

Browse files
Bump depedencies, version
1 parent f9f135b commit 524c551

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Testimo.psd1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
CmdletsToExport = @()
55
CompanyName = 'Evotec'
66
CompatiblePSEditions = @('Desktop')
7-
Copyright = '(c) 2011 - 2022 Przemyslaw Klys @ Evotec. All rights reserved.'
7+
Copyright = '(c) 2011 - 2023 Przemyslaw Klys @ Evotec. All rights reserved.'
88
Description = 'Testimo is Powershell module that tests Active Directory against specific set of tests.'
99
FunctionsToExport = @('Compare-Testimo', 'Get-TestimoConfiguration', 'Get-TestimoSources', 'Import-PrivateModule', 'Invoke-Testimo')
1010
GUID = '0c1b99de-55ac-4410-8cb5-e689ff3be39b'
11-
ModuleVersion = '0.0.84'
11+
ModuleVersion = '0.0.85'
1212
PowerShellVersion = '5.1'
1313
PrivateData = @{
1414
PSData = @{
@@ -19,32 +19,32 @@
1919
}
2020
}
2121
RequiredModules = @(@{
22-
ModuleVersion = '0.0.252'
2322
ModuleName = 'PSSharedGoods'
23+
ModuleVersion = '0.0.259'
2424
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
2525
}, @{
26-
ModuleVersion = '0.0.10'
2726
ModuleName = 'PSWinDocumentation.DNS'
27+
ModuleVersion = '0.0.10'
2828
Guid = '462dd5e2-f32a-4263-bff5-22edf28882d0'
2929
}, @{
30-
ModuleVersion = '1.0.22'
3130
ModuleName = 'PSEventViewer'
31+
ModuleVersion = '1.0.22'
3232
Guid = '5df72a79-cdf6-4add-b38d-bcacf26fb7bc'
3333
}, @{
34-
ModuleVersion = '0.0.180'
3534
ModuleName = 'PSWriteHTML'
35+
ModuleVersion = '0.0.183'
3636
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
3737
}, @{
38-
ModuleVersion = '0.0.148'
3938
ModuleName = 'ADEssentials'
39+
ModuleVersion = '0.0.151'
4040
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
4141
}, @{
42-
ModuleVersion = '0.0.155'
4342
ModuleName = 'GPOZaurr'
43+
ModuleVersion = '0.0.158'
4444
Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde'
4545
}, @{
46-
ModuleVersion = '0.87.3'
4746
ModuleName = 'PSWriteColor'
47+
ModuleVersion = '0.87.3'
4848
Guid = '0b0ba5c5-ec85-4c2b-a718-874e55a8bc3f'
4949
}, 'ActiveDirectory', 'GroupPolicy', 'ServerManager')
5050
RootModule = 'Testimo.psm1'

0 commit comments

Comments
 (0)