-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DesktopManager.psd1
22 lines (22 loc) · 1.09 KB
/
DesktopManager.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@{
AliasesToExport = @('Get-DesktopMonitors')
Author = 'Przemyslaw Klys'
CmdletsToExport = @('Get-DesktopMonitor', 'Get-DesktopWallpaper', 'Set-DesktopPosition', 'Set-DesktopWallpaper')
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2024 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Desktop Manager is a PowerShell module that allows easy way to change wallpaper on multiple screens/monitors.'
DotNetFrameworkVersion = '4.7.2'
FunctionsToExport = @()
GUID = '56f85fa6-c622-4204-8e97-3d99e3e06e75'
ModuleVersion = '2.0.0'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
IconUri = 'https://evotec.xyz/wp-content/uploads/2022/12/DesktopManager.png'
ProjectUri = 'https://github.com/EvotecIT/DesktopManager'
Tags = @('windows', 'image', 'wallpaper', 'monitor')
}
}
RootModule = 'DesktopManager.psm1'
}