PowrShellGet.psd1
|
@{ RootModule = 'PowrShellGet.psm1' ModuleVersion = '1.0.0' GUID = '71bdd9f0-0cf8-410d-8b8c-5fc68c05efb3' Author = 'Hayden Reed' CompanyName = 'Hayden Reed' Copyright = '(c) Hayden Reed. All rights reserved.' Description = 'Simple utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PowrShellGetStatus', 'Initialize-PowrShellGet') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |