Skip to content

Commit ba16853

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #37 from nyanhp/issue36
Include ThreadJob requirement
1 parent 7f79900 commit ba16853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

obs-powershell.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
CompanyName = 'Start-Automating'
88
Copyright = '2022 Start-Automating'
99
FormatsToProcess = 'obs-powershell.format.ps1xml'
10-
TypesToProcess = 'obs-powershell.types.ps1xml'
10+
TypesToProcess = 'obs-powershell.types.ps1xml'
11+
RequiredModules = 'ThreadJob'
1112
PrivateData = @{
1213
PSData = @{
1314
Tags = 'PowerShell', 'OBS'

0 commit comments

Comments
 (0)