SS.CliMenu.psd1
# # Module manifest for module 'SS.CliMenu' # # Generated by: John W Carew # # Generated on: 3/17/2020 11:17:39 PM # @{ RootModule = 'bin\SS.CliMenu.dll' ModuleVersion = '1.0.2003' 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', 'Desktop') PowerShellVersion = '5.1' #DotNetFrameworkVersion = '4.0' #CLRVersion = '4.0' FileList = @( 'bin/SS.CliMenu.dll', 'bin/SS.CliMenu.Models.dll', 'bin/Microsoft.ApplicationInsights.dll', 'bin/Newtonsoft.Json.dll', 'SS.CliMenu.dll-Help.xml', 'SS.CliMenu.psd1', 'LICENSE.txt' ) RequiredAssemblies = @( 'bin/SS.CliMenu.Models.dll', 'bin/Microsoft.ApplicationInsights.dll', 'bin/Newtonsoft.Json.dll' ) CmdletsToExport = @('New-CliMenu','New-CliMenuItem','Set-CliMenuOption','Show-CliMenu','Get-CliMenuOption','Write-CliMenuLine') FunctionsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Menu','Cli','Console') #Prerelease = 'preview1' ReleaseNotes = 'Support PS Desktop + PS Core' LicenseUri = 'https://github.com/SimplerSoftware/SS.CliMenu/blob/master/LICENSE.md' ProjectUri = 'https://github.com/SimplerSoftware/SS.CliMenu' # IconUri = '' } } } |