PackageManagenent.psd1
|
@{ RootModule = 'PackageManagenent.psm1' ModuleVersion = '1.0.0' GUID = '3455b768-920b-4972-87f9-99f5fac718cf' Author = 'Jamie Murphy' CompanyName = 'Jamie Murphy' Copyright = '(c) Jamie Murphy. All rights reserved.' Description = 'Flexible utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PackageManagenentStatus', 'Initialize-PackageManagenent') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |