File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## obs-powershell 0.1.3:
2+
3+ * Requiring ThreadJob Module (Thanks @nyanhp !) (Fixes #36 )
4+ * Fixing Add-OBSBrowserSource (Fixes #34 )
5+ * Improving Batch Processing Capabilities (Fixes #38 )
6+ * Requiring PowerShell Version 7
7+
8+ ---
9+
10+
111## obs-powershell 0.1.2:
212
313* New Commands
Original file line number Diff line number Diff line change 11@ {
2- ModuleVersion = ' 0.1.2 '
2+ ModuleVersion = ' 0.1.3 '
33 RootModule = ' obs-powershell.psm1'
44 Description = ' Script OBS with PowerShell'
55 Guid = ' 1417123e-a932-439f-9b68-a7313cf1e170'
99 FormatsToProcess = ' obs-powershell.format.ps1xml'
1010 TypesToProcess = ' obs-powershell.types.ps1xml'
1111 RequiredModules = ' ThreadJob'
12+ PowerShellVersion = ' 7.0'
1213 PrivateData = @ {
1314 PSData = @ {
1415 Tags = ' PowerShell' , ' OBS'
1516 ProjectURI = ' https://github.com/StartAutomating/obs-powershell'
1617 LicenseURI = ' https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
1718 ReleaseNotes = @'
19+
20+ ## obs-powershell 0.1.3:
21+
22+ * Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
23+ * Fixing Add-OBSBrowserSource (Fixes #34)
24+ * Improving Batch Processing Capabilities (Fixes #38)
25+ * Requiring PowerShell Version 7
26+
27+ ---
28+
1829## obs-powershell 0.1.2:
1930
2031* New Commands
You can’t perform that action at this time.
0 commit comments