Skip to content

Commit

Permalink
Updated With v1.1.0 Enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJBlake committed Oct 4, 2021
1 parent a7d49d1 commit d50a02e
Show file tree
Hide file tree
Showing 3 changed files with 4,269 additions and 1,764 deletions.
90 changes: 45 additions & 45 deletions PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,52 @@
#
# Generated by: VMware Inc.
#
# Generated on: 16/09/2021
# Generated on: 05/10/2021
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '08e48c56-f431-4a2c-8706-dee337cf99b4'

# Author of this module
Author = 'Cloud Infrastructure Business Group (CIBG)'
CompanyName = 'VMware Inc.'

# Description of the functionality provided by this module
Description = 'PowerShell Module for Validated Solutions'

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

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

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

# 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.
FunctionsToExport = '*'

# 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.
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

}
# Script module or binary module file associated with this manifest.
RootModule = 'PowerValidatedSolutions.psm1'
# Version number of this module.
ModuleVersion = '1.1.0'
# Supported PSEditions
# CompatiblePSEditions = @()
# ID used to uniquely identify this module
GUID = '04e25d56-f231-4a2c-8506-dee437cf99c7'
# Author of this module
Author = 'Cloud Infrastructure Business Group (CPBG)'
CompanyName = 'VMware Inc.'
# Description of the functionality provided by this module
Description = 'PowerShell Module for Validated Solutions'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''
# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()
# 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.
FunctionsToExport = '*'
# 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.
CmdletsToExport = '*'
# Variables to export from this module
VariablesToExport = '*'
}
Loading

0 comments on commit d50a02e

Please sign in to comment.