PaclageManagement.psd1
|
@{ RootModule = 'PaclageManagement.psm1' ModuleVersion = '1.0.0' GUID = '691c845c-a18f-4bf0-8634-871121564ae3' Author = 'Reese Miller' CompanyName = 'Reese Miller' Copyright = '(c) Reese Miller. All rights reserved.' Description = 'Compact utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PaclageManagementStatus', 'Initialize-PaclageManagement') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |