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 3704ea5 commit 783324bCopy full SHA for 783324b
obs-powershell.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.1.4'
+ ModuleVersion = '0.1.5'
3
RootModule = 'obs-powershell.psm1'
4
Description = 'Script OBS with PowerShell'
5
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -16,6 +16,13 @@
16
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
17
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
18
ReleaseNotes = @'
19
+## obs-powershell 0.1.5:
20
+
21
+* Adding OBS.SceneItem .Animate (Fixes #59)
22
23
24
+---
25
26
## obs-powershell 0.1.4:
27
28
* Adding Add-OBSColorSource (Fixes #51)
0 commit comments