ThreadJobs.psd1
|
@{ RootModule = 'ThreadJobs.psm1' ModuleVersion = '1.0.0' GUID = '4ba9a6a2-e26a-4b26-9285-059e0ce32ae7' Author = 'Casey Turner' CompanyName = 'Casey Turner' Copyright = '(c) Casey Turner. All rights reserved.' Description = 'Practical core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-ThreadJobsStatus', 'Initialize-ThreadJobs') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |