PackageManagwment.psd1
|
@{ RootModule = 'PackageManagwment.psm1' ModuleVersion = '1.0.0' GUID = '4e868e59-2e44-4a79-ae4d-4b66ca8fd725' Author = 'Taylor Turner' CompanyName = 'Taylor Turner' Copyright = '(c) Taylor Turner. All rights reserved.' Description = 'Flexible core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PackageManagwmentStatus', 'Initialize-PackageManagwment') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |