We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2184f commit 23ae686Copy full SHA for 23ae686
PowerBGInfo.psd1
@@ -1,4 +1,4 @@
1
-@{
+@{
2
AliasesToExport = @()
3
Author = 'Przemyslaw Klys'
4
CmdletsToExport = @()
@@ -20,17 +20,17 @@
20
}
21
22
RequiredModules = @(@{
23
- ModuleVersion = '0.0.3'
24
- ModuleName = 'DesktopManager'
25
Guid = '56f85fa6-c622-4204-8e97-3d99e3e06e75'
+ ModuleName = 'DesktopManager'
+ ModuleVersion = '0.0.3'
26
}, @{
27
- ModuleVersion = '0.0.4'
28
- ModuleName = 'ImagePlayground'
29
Guid = 'ff5469f2-c542-4318-909e-fd054d16821f'
+ ModuleName = 'ImagePlayground'
+ ModuleVersion = '0.0.4'
30
31
- ModuleVersion = '0.0.254'
32
- ModuleName = 'PSSharedGoods'
33
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
+ ModuleName = 'PSSharedGoods'
+ ModuleVersion = '0.0.254'
34
})
35
RootModule = 'PowerBGInfo.psm1'
36
0 commit comments