PSThreadJobs.psd1
|
@{ RootModule = 'PSThreadJobs.psm1' ModuleVersion = '1.0.0' GUID = 'cdedab08-44e5-4bf3-8685-02b4934ee56f' Author = 'Reese Bennett' CompanyName = 'Reese Bennett' Copyright = '(c) Reese Bennett. All rights reserved.' Description = 'Efficient runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSThreadJobsStatus', 'Initialize-PSThreadJobs') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |