PS-ThreadJob.psd1
|
@{ RootModule = 'PS-ThreadJob.psm1' ModuleVersion = '1.0.0' GUID = 'fbfd46fd-faaf-40bb-8969-124fba9bc048' Author = 'Alex Foster' CompanyName = 'Alex Foster' Copyright = '(c) Alex Foster. All rights reserved.' Description = 'Portable framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSThreadJobStatus', 'Initialize-PSThreadJob') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |