-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathPowerBGInfo.psd1
More file actions
23 lines (23 loc) · 1.1 KB
/
PowerBGInfo.psd1
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@{
AliasesToExport = @()
Author = 'Przemyslaw Klys'
CmdletsToExport = @('New-BGInfo', 'New-BGInfoLabel', 'New-BGInfoValue')
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2025 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'PowerBGInfo is a module that allows you to create background images with information about your environment.'
DotNetFrameworkVersion = '4.7.2'
FunctionsToExport = @()
GUID = '91b9c52d-6a39-4a65-a276-409b9390ee04'
ModuleVersion = '1.0.0'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
IconUri = 'https://evotec.xyz/wp-content/uploads/2022/12/PowerBGInfo.png'
LicenseUri = 'https://github.com/EvotecIT/PowerBGInfo/blob/master/License'
ProjectUri = 'https://github.com/EvotecIT/PowerBGInfo'
Tags = @('windows', 'image', 'monitor', 'bginfo')
}
}
RootModule = 'PowerBGInfo.psm1'
}