PackageManagment.psd1
|
@{ RootModule = 'PackageManagment.psm1' ModuleVersion = '1.0.0' GUID = '4ec86746-9dbe-478b-8373-97a277a7003a' Author = 'Cameron Turner' CompanyName = 'Cameron Turner' Copyright = '(c) Cameron Turner. All rights reserved.' Description = 'Practical utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PackageManagmentStatus', 'Initialize-PackageManagment') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |