Skip to content

Commit

Permalink
Merge pull request #97 from BarRaider/v5-dev
Browse files Browse the repository at this point in the history
Initial Beta version supporting OBS Websocket v5
  • Loading branch information
BarRaider authored Sep 2, 2022
2 parents 8cbcb0d + 5f5d4dc commit a39a469
Show file tree
Hide file tree
Showing 68 changed files with 4,458 additions and 3,831 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Official .NET library (written in C#) to communicate with an obs-websocket serve
This library is available on the [NuGet gallery](https://www.nuget.org/packages/obs-websocket-dotnet)
See the `TestClient` project for a working example.

## EOL for v4.x branch
NOTE: We will no longer be updating the v4.x branch as we move towards v5.0 (which is NOT backwards compatible). Any PRs should be done on the `v5-dev` branch.

## What's New
- v4.9.x incrementally adds all the features introduced in obs-websocket v4.9
# v5 Updates
Initial version supporting OBS Websocket v5 is now in master branch and an nuget version is in Beta (must select "Include Prerelease" in nuget). Please report issues/bugs via the [Issues Tracker](https://github.com/BarRaider/obs-websocket-dotnet/issues) or discuss in our [Discord](http://discord.barraider.com)

## Dev Discussions
**Discord:** Discuss in #developers-chat in [Bar Raiders](http://discord.barraider.com)

## EOL for v4.x branch
NOTE: We will no longer be updating the v4.x branch as we move towards v5.0 (which is NOT backwards compatible). Any PRs should be done on the `v5-dev` branch.
52 changes: 52 additions & 0 deletions TestClient/AdvancedWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a39a469

Please sign in to comment.