-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
TheDashboard.psd1
31 lines (31 loc) · 1.7 KB
/
TheDashboard.psd1
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
27
28
29
30
31
@{
AliasesToExport = @('New-TheDashboardFolder', 'New-TheDashboardGage', 'New-TheDashboardReplacement')
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2025 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'TheDashboard is a module that allows you to create a dashboard for your HTML reports'
FunctionsToExport = @('New-DashboardFolder', 'New-DashboardGage', 'New-DashboardLimit', 'New-DashboardReplacement', 'Repair-DashboardContent', 'Repair-DashboardExtension', 'Start-TheDashboard')
GUID = '0aacc01f-5861-407e-b5e9-2bf57256fb04'
ModuleVersion = '0.0.30'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')
IconUri = 'https://evotec.xyz/wp-content/uploads/2023/08/TheDashboard.png'
ProjectUri = 'https://github.com/EvotecIT/TheDashboard'
Tags = @('HTML', 'Reports', 'Reporting', 'Windows')
}
}
RequiredModules = @(@{
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
ModuleName = 'PSSharedGoods'
ModuleVersion = '0.0.303'
}, @{
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
ModuleName = 'PSWriteHTML'
ModuleVersion = '1.28.0'
}, 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')
RootModule = 'TheDashboard.psm1'
}