ISEModuleBrowserAddon.psd1
# # Module manifest for module 'ISEModuleBrowserAddon' # # Generated by: Microsoft Corporation # # Generated on: 11/20/2015 # @{ # Script module or binary module file associated with this manifest. RootModule = 'ISEModuleBrowserAddon.psm1' # Version number of this module. ModuleVersion = '1.0.1.0' # ID used to uniquely identify this module GUID = 'e263ab3b-9fb2-4e84-a1c6-0bc65cb52345' # 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.' # Description of the functionality provided by this module Description = 'Module Browser helps you search, download and manage modules 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' # Cmdlets to export from this module CmdletsToExport = '*' } |