You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AsBuiltReport.VMware.vSphere.psd1
+28-26Lines changed: 28 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,23 @@
8
8
9
9
@{
10
10
11
+
# Script module or binary module file associated with this manifest.
12
+
RootModule='AsBuiltReport.VMware.vSphere.psm1'
13
+
11
14
# Version number of this module.
12
-
ModuleVersion='1.0.5'
15
+
ModuleVersion='1.0.7'
13
16
14
17
# Supported PSEditions
15
18
CompatiblePSEditions='Desktop'
16
19
17
20
# ID used to uniquely identify this module
18
21
GUID='e1cbf1ce-cf01-4b6e-9cc2-56323da3c351'
19
22
20
-
# Version number of this module.
21
-
ModuleVersion='1.0.0'
22
-
23
-
# Supported PSEditions
24
-
CompatiblePSEditions='Desktop'
25
-
26
-
# ID used to uniquely identify this module
27
-
GUID='e1cbf1ce-cf01-4b6e-9cc2-56323da3c351'
28
-
29
-
# Minimum version of the Windows PowerShell engine required by this module
30
-
PowerShellVersion='5.1'
23
+
# Author of this module
24
+
Author='Tim Carman'
31
25
32
26
# Company or vendor of this module
33
-
CompanyName=''
27
+
#CompanyName = ''
34
28
35
29
# Copyright statement for this module
36
30
Copyright='(c) 2018 Tim Carman. All rights reserved.'
@@ -44,9 +38,6 @@ ModuleVersion = '1.0.0'
44
38
# Name of the Windows PowerShell host required by this module
45
39
# PowerShellHostName = ''
46
40
47
-
# Modules that must be imported into the global environment prior to importing this module
48
-
RequiredModules=@('AsBuiltReport.Core')
49
-
50
41
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
51
42
DotNetFrameworkVersion='4.5'
52
43
@@ -75,20 +66,32 @@ ModuleVersion = '1.0.0'
75
66
# NestedModules = @()
76
67
77
68
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
81
-
CmdletsToExport=@()
72
+
#CmdletsToExport = @()
82
73
83
74
# Variables to export from this module
84
75
# VariablesToExport = @()
85
76
86
77
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
87
-
AliasesToExport=@()
78
+
# AliasesToExport = @()
79
+
80
+
# DSC resources to export from this module
81
+
# DscResourcesToExport = @()
82
+
83
+
# List of all modules packaged with this module
84
+
# ModuleList = @()
85
+
86
+
# List of all files packaged with this module
87
+
# FileList = @()
88
+
89
+
# 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.
90
+
PrivateData=@{
88
91
89
92
PSData=@{
90
93
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments