SS.CliMenu.psd1
# # Module manifest for module 'SS.CliMenu' # # Generated by: John W Carew # # Generated on: 1/15/2020 5:14:40 AM # @{ RootModule = 'bin\SS.CliMenu.dll' ModuleVersion = '1.0.2001' GUID = '10439487-2aa5-49b0-bd83-99ee7e4208dd' Author = 'John W Carew' CompanyName = 'Simpler Software' Copyright = '(c) 2019 Simpler Software. All rights reserved.' Description = 'CLI menu infrastructure for PowerShell. This is a major modified version of https://github.com/torgro/cliMenu with some advanced features.' # HelpInfoURI = '' # https://docs.microsoft.com/en-us/powershell/scripting/gallery/concepts/module-psedition-support?view=powershell-6 CompatiblePSEditions = @( 'Core' ) #PowerShellVersion = '5.0' #DotNetFrameworkVersion = '4.0' #CLRVersion = '4.0' FileList = @( 'bin/SS.CliMenu.dll', 'SS.CliMenu.dll-Help.xml', 'SS.CliMenu.psd1', 'LICENSE.txt' ) CmdletsToExport = @('New-CliMenu','New-CliMenuItem','Set-CliMenuOption','Show-CliMenu','Get-CliMenuOption','Write-CliMenuLine') FunctionsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Menu','Cli','Console') #Prerelease = 'preview1' ReleaseNotes = 'Add metric logging' LicenseUri = 'https://github.com/SimplerSoftware/SS.CliMenu/blob/master/LICENSE.md' ProjectUri = 'https://github.com/SimplerSoftware/SS.CliMenu' # IconUri = '' } } } |