-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.psd1
More file actions
26 lines (26 loc) · 680 Bytes
/
requirements.psd1
File metadata and controls
26 lines (26 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@{
'InvokeBuild' = @{
'Version' = '5.14.22'
'Repository' = 'PSGallery'
}
'ModuleBuilder' = @{
'Version' = '3.1.8'
'Repository' = 'PSGallery'
}
'Pester' = @{
'Version' = '5.7.1'
'Repository' = 'PSGallery'
}
'PSScriptAnalyzer' = @{
'Version' = '1.24.0'
'Repository' = 'PSGallery'
}
'InjectionHunter' = @{
'Version' = '1.0.0'
'Repository' = 'PSGallery'
}
'Microsoft.PowerShell.PlatyPS' = @{
'Version' = '1.0.1'
'Repository' = 'PSGallery'
}
}