TabExpansionPlusPlus.psd1
@{ # Script module or binary module file associated with this manifest RootModule = 'TabExpansionPlusPlus.psm1' # Version number of this module. ModuleVersion = '1.1' # ID used to uniquely identify this module GUID = '2e15ae89-6988-46fc-9996-d2c13257c6f7' # Author of this module Author = 'Jason Shirk' # Copyright Copyright = '(c) 2013. All rights reserved.' # Description of the functionality provided by this module Description = 'TabExpansionPlusPlus extends the tab expansion and Intellisense features of PowerShell to help make PowerShell scripters more productive. You can easily create your own custom argument completers. There are many examples included in the module for many commands you may already use.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' # Minimum version of the .NET Framework required by this module DotNetFrameworkVersion = '4.0' # Minimum version of the common language runtime (CLR) required by this module CLRVersion = '4.0' } |