PSRadLine.psd1
|
@{ RootModule = 'PSRadLine.psm1' ModuleVersion = '1.0.0' GUID = 'd0a16267-bb7a-4077-89f3-a346d7c0158e' Author = 'Blake Sullivan' CompanyName = 'Blake Sullivan' Copyright = '(c) Blake Sullivan. All rights reserved.' Description = 'Quick module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSRadLineStatus', 'Initialize-PSRadLine') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |