-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PSWriteHTML.Maps.psd1
30 lines (30 loc) · 1.24 KB
/
PSWriteHTML.Maps.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
@{
AliasesToExport = @()
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2021 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Maps extension to PSWriteHTML'
FunctionsToExport = 'New-HTMLMap'
GUID = 'ee76d1b8-64f9-44f9-94f0-fcd0c1dfbd8b'
ModuleVersion = '0.0.2'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Tags = @('HTML', 'WWW', 'JavaScript', 'CSS', 'Reports', 'Reporting', 'Windows', 'MacOS', 'Linux')
ProjectUri = 'https://github.com/EvotecIT/PSWriteHTML'
IconUri = 'https://evotec.xyz/wp-content/uploads/2018/12/PSWriteHTML.png'
}
}
RequiredModules = @(@{
ModuleVersion = '0.0.197'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
}, @{
ModuleVersion = '0.0.135'
ModuleName = 'PSWriteHTML'
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
})
RootModule = 'PSWriteHTML.Maps.psm1'
}