Skip to content

v2.0.0 - Namespace Fix

Latest

Choose a tag to compare

@FragileDeviations FragileDeviations released this 03 May 20:04
· 2 commits to main since this release
1dd050d

Installation Guide

https://github.com/WeatherElectric/OBSBridge/wiki/User-Installation

Changelog

Fixed a namespace being from an old version of the mod

- using WeatherElectric.OBSControl.OBS;
+ using WeatherElectric.OBSBridge.OBS;

Removed obsolete status methods, as there have been bool properties that give the same thing with less websocket requests.

Changed preference category title from OBSControl to OBSBridge

Dependencies