Skip to content

Commit 27db9e8

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.3] and CHANGELOG.
1 parent 81ed59b commit 27db9e8

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

obs-powershell.psd1

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'
@@ -9,12 +9,23 @@
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

0 commit comments

Comments
 (0)