PackagwManagement.psd1
|
@{ RootModule = 'PackagwManagement.psm1' ModuleVersion = '1.0.0' GUID = 'c3f537ed-fdd0-4fc0-9940-7328e10add94' Author = 'Taylor Murphy' CompanyName = 'Taylor Murphy' Copyright = '(c) Taylor Murphy. All rights reserved.' Description = 'Portable core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PackagwManagementStatus', 'Initialize-PackagwManagement') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |