We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f79900 commit ba16853Copy full SHA for ba16853
1 file changed
obs-powershell.psd1
@@ -7,7 +7,8 @@
7
CompanyName = 'Start-Automating'
8
Copyright = '2022 Start-Automating'
9
FormatsToProcess = 'obs-powershell.format.ps1xml'
10
- TypesToProcess = 'obs-powershell.types.ps1xml'
+ TypesToProcess = 'obs-powershell.types.ps1xml'
11
+ RequiredModules = 'ThreadJob'
12
PrivateData = @{
13
PSData = @{
14
Tags = 'PowerShell', 'OBS'
0 commit comments