forked from iainbrighton/PScribo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPScribo.psd1
More file actions
21 lines (20 loc) · 973 Bytes
/
PScribo.psd1
File metadata and controls
21 lines (20 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
RootModule = 'PScribo.psm1';
ModuleVersion = '0.7.12';
GUID = '058eab05-b7bc-4f8b-a2d1-737cc664b12b';
Author = 'Iain Brighton';
CompanyName = 'Virtual Engine';
Copyright = '(c) 2016 Iain Brighton. All rights reserved.';
Description = 'PScribo documentation Powershell module/framework.';
PowerShellVersion = '3.0';
FunctionsToExport = @('BlankLine', 'Document' ,'Export-Document', 'GlobalOption', 'LineBreak', 'PageBreak',
'Paragraph', 'Section', 'Style', 'Set-Style', 'Table', 'TableStyle', 'TOC');
PrivateData = @{
PSData = @{
Tags = @('Powershell','PScribo','Documentation','Framework','VirtualEngine')
LicenseUri = 'https://raw.githubusercontent.com/iainbrighton/PScribo/master/LICENSE';
ProjectUri = 'http://github.com/iainbrighton/PScribo'
# IconUri = '';
} # End of PSData hashtable
} # End of PrivateData hashtable
}