-
Notifications
You must be signed in to change notification settings - Fork 0
/
cliHelper.xconvert.psd1
70 lines (61 loc) · 5.19 KB
/
cliHelper.xconvert.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
# Module manifest for module 'cliHelper.xconvert'
#
# Generated by: Alain Herve
#
# Generated on: 10/04/2024
#
@{
RootModule = 'cliHelper.xconvert.psm1'
ModuleVersion = '<ModuleVersion>'
GUID = 'd3b80f22-9f1d-3038-86ff-c4dd5ba02d7a'
Author = 'alain'
CompanyName = 'alainQtec'
Copyright = "Alain Herve (c) <Year>. All rights reserved."
Description = 'A module to convert stuff.'
PowerShellVersion = '3.0'
# Name of the PowerShell host required by this module
# PowerShellHostName = ''
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
ClrVersion = '2.0.50727'
# Processor architecture (None, X86, Amd64) required by this module
ProcessorArchitecture = 'None'
RequiredAssemblies = @()
ScriptsToProcess = @()
TypesToProcess = @()
FormatsToProcess = @()
NestedModules = @()
FunctionsToExport = @(
'<FunctionsToExport>'
)
RequiredModules = @()
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# List of all modules packaged with this module
# ModuleList = @()
# List of all files packaged with this module
# FileList = @()
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'convert', 'xconvert'
LicenseUri = 'https://alain.mit-license.org/'
ProjectUri = 'https://github.com/alainQtec/cliHelper.xconvert'
IconUri = 'https://raw.githubusercontent.com/alainQtec/cliHelper.xconvert/refs/heads/main/docs/img/favicons/favicon-150x150.png'
ReleaseNotes = "
<ReleaseNotes>
"
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}