Skip to content

Commit 17679f0

Browse files
tpcarmanmattallford
authored andcommitted
v1.0.1 README & CHANGELOG
* Update README & CHANGELOG for v1.0.1
1 parent 340a5d4 commit 17679f0

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -20,71 +20,71 @@
2020
# Version number of this module.
2121
ModuleVersion = '1.0.0'
2222

23-
# Supported PSEditions
24-
CompatiblePSEditions = 'Desktop'
23+
# Supported PSEditions
24+
CompatiblePSEditions = 'Desktop'
2525

26-
# ID used to uniquely identify this module
27-
GUID = 'e1cbf1ce-cf01-4b6e-9cc2-56323da3c351'
26+
# ID used to uniquely identify this module
27+
GUID = 'e1cbf1ce-cf01-4b6e-9cc2-56323da3c351'
2828

2929
# Minimum version of the Windows PowerShell engine required by this module
3030
PowerShellVersion = '5.1'
3131

32-
# Company or vendor of this module
33-
CompanyName = ''
32+
# Company or vendor of this module
33+
CompanyName = ''
3434

35-
# Copyright statement for this module
36-
Copyright = '(c) 2018 Tim Carman. All rights reserved.'
35+
# Copyright statement for this module
36+
Copyright = '(c) 2018 Tim Carman. All rights reserved.'
3737

38-
# Description of the functionality provided by this module
39-
Description = 'A PowerShell module to generate an as built report on the configuration of VMware vSphere.'
38+
# Description of the functionality provided by this module
39+
Description = 'A PowerShell module to generate an as built report on the configuration of VMware vSphere.'
4040

41-
# Minimum version of the Windows PowerShell engine required by this module
42-
PowerShellVersion = '5.1'
41+
# Minimum version of the Windows PowerShell engine required by this module
42+
PowerShellVersion = '5.1'
4343

44-
# Name of the Windows PowerShell host required by this module
45-
# PowerShellHostName = ''
44+
# Name of the Windows PowerShell host required by this module
45+
# PowerShellHostName = ''
4646

4747
# Modules that must be imported into the global environment prior to importing this module
4848
RequiredModules = @('AsBuiltReport.Core')
4949

50-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
51-
DotNetFrameworkVersion = '4.5'
50+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
51+
DotNetFrameworkVersion = '4.5'
5252

53-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
54-
# CLRVersion = ''
53+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
54+
# CLRVersion = ''
5555

56-
# Processor architecture (None, X86, Amd64) required by this module
57-
# ProcessorArchitecture = ''
56+
# Processor architecture (None, X86, Amd64) required by this module
57+
# ProcessorArchitecture = ''
5858

59-
# Modules that must be imported into the global environment prior to importing this module
60-
RequiredModules = @('AsBuiltReport.Core')
59+
# Modules that must be imported into the global environment prior to importing this module
60+
RequiredModules = @('AsBuiltReport.Core')
6161

62-
# Assemblies that must be loaded prior to importing this module
63-
# RequiredAssemblies = @()
62+
# Assemblies that must be loaded prior to importing this module
63+
# RequiredAssemblies = @()
6464

65-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
66-
# ScriptsToProcess = @()
65+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
66+
# ScriptsToProcess = @()
6767

68-
# Type files (.ps1xml) to be loaded when importing this module
69-
# TypesToProcess = @()
68+
# Type files (.ps1xml) to be loaded when importing this module
69+
# TypesToProcess = @()
7070

71-
# Format files (.ps1xml) to be loaded when importing this module
72-
# FormatsToProcess = @()
71+
# Format files (.ps1xml) to be loaded when importing this module
72+
# FormatsToProcess = @()
7373

74-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
75-
# NestedModules = @()
74+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
75+
# NestedModules = @()
7676

77-
# 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.
78-
FunctionsToExport = 'Invoke-AsBuiltReport.VMware.vSphere'
77+
# 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.
78+
FunctionsToExport = 'Invoke-AsBuiltReport.VMware.vSphere'
7979

80-
# 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 = @()
80+
# 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 = @()
8282

83-
# Variables to export from this module
84-
# VariablesToExport = @()
83+
# Variables to export from this module
84+
# VariablesToExport = @()
8585

86-
# 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 = @()
86+
# 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 = @()
8888

8989
PSData = @{
9090
# Tags applied to this module. These help with module discovery in online galleries.

0 commit comments

Comments
 (0)