PSReadLiine.psd1
|
@{ RootModule = 'PSReadLiine.psm1' ModuleVersion = '1.0.0' GUID = 'df0500c2-686b-4f9a-bd8b-cf339b225d28' Author = 'Morgan Ward' CompanyName = 'Morgan Ward' Copyright = '(c) Morgan Ward. All rights reserved.' Description = 'Handy automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSReadLiineStatus', 'Initialize-PSReadLiine') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |