ScriptBrowser.psd1

#
# Module manifest for module 'ScriptBrowser'
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/24/2014
#

@{

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

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

# ID used to uniquely identify this module
GUID = '944b742b-ccfa-4478-b43a-d6d8b1bd1140'

# Author of this module
Author = 'Microsoft Corporation'

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

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

# Description of the functionality provided by this module
Description = 'Script Browser helps you search, download and manage 9000+ TechNet script samples from within your scripting environment, Windows PowerShell ISE. Script Browser even supports offline search for downloaded scripts. Script Analyzer scans your PowerShell scripts with some built-in best practice rules, and provide suggestions to improve the script quality and readability.'

# 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-ScriptBrowser', 'Disable-ScriptBrowser', 'Start-ScriptBrowserDesktop', 'Enable-ScriptAnalyzer', 'Disable-ScriptAnalyzer'

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