-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.psd1
44 lines (43 loc) · 1.49 KB
/
module.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
32
33
34
35
36
37
38
39
40
41
42
43
44
# Module manifest for module 'PowerShell-Core-Compatibility-Alias'
# Generated by: <%= $PLASTER_PARAM_FullName %>
# Generated on: <%= $PLASTER_Date %>
@{
RootModule = '<%= $PLASTER_PARAM_ModuleName %>.psm1'
ModuleVersion = '0.1.0'
GUID = '<%= $PLASTER_Guid1 %>'
Author = '<%= $PLASTER_PARAM_FullName %>'
CompanyName = '<%= $PLASTER_PARAM_ModuleCompanyName %>'
Copyright = '(c) <%= $PLASTER_PARAM_FullName %>. All rights reserved.'
Description = '<%= $PLASTER_PARAM_ModuleDesc %>'
FormatsToProcess = '<%= $PLASTER_PARAM_ModuleName %>.Format.ps1xml'
PowerShellVersion = '<%= $PLASTER_PARAM_PowershellVersion %>'
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
# FunctionsToExport = @()
# CompatiblePSEditions = @()
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# NestedModules = @()
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()
PrivateData = @{
PSData = @{
# Tags = @()
# LicenseUri = ''
ProjectUri = ''
# IconUri = ''
# ReleaseNotes = ''
}
}
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}