Ask.psd1
@{ RootModule = 'Ask.psm1' ModuleVersion = '1.0.0.0' GUID = '782ce239-b5e4-4fa0-b6ab-aa68a0f145b7' Author = 'Nate Barkei' Description = 'Ask provides pretty prompting for powershell.' PowerShellVersion = '3.0' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Invoke-Ask' ) CmdletsToExport = '' VariablesToExport = @() AliasesToExport = @('Ask') PrivateData = @{ PSData = @{ Category = "Scripting Techniques" Tags = @('powershell', 'PSEdition_Core', 'PSEdition_Desktop', 'Input', 'Windows', 'Linux', 'MacOS') ProjectUri = "https://github.com/natebarkei/Ask" LicenseUri = "https://github.com/natebarkei/Ask/blob/fa450a62989e60eb2a1fd691d4ef8f05d9bdd2ca/LICENSE" ReleaseNotes = '' Prerelease = '' } RequiredAssemblyVersion = '5.3.0' } } |