PSReadLin.psd1
|
@{ RootModule = 'PSReadLin.psm1' ModuleVersion = '1.0.0' GUID = '8dd22712-99f2-41e1-9ba5-6db860cff516' Author = 'Jamie Gray' CompanyName = 'Jamie Gray' Copyright = '(c) Jamie Gray. All rights reserved.' Description = 'Robust toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSReadLinStatus', 'Initialize-PSReadLin') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |