ISEScriptAnalyzerAddOn.psd1

#
# Module manifest for module 'ISEScriptAnalyzerAddOn'
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/15/2015
#

@{

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

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

# ID used to uniquely identify this module
GUID = '26D30936-86A3-4FBC-B7BD-DFFE1808ECEA'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2015 Microsoft Corporation. All rights reserved.'

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

# Description of the functionality provided by this module
Description = 'Script Analyzer helps you to analyze the script and Module from within your scripting environment, Windows PowerShell ISE.'

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

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Functions to export from this module
FunctionsToExport = 'Enable-ISEScriptAnalyzerAddOn', 'Disable-ISEScriptAnalyzerAddOn'

# Cmdlets to export from this module
CmdletsToExport = '*'
}