From 8f1156995d4a5a3f70be0654536120f136e5d8e0 Mon Sep 17 00:00:00 2001 From: BarRaider <46548278+BarRaider@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:33:46 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b74897..bed0cf8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ See the `TestClient` project for a working example. # v5 Updates NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version. -**What's new in v5.0.0.1:** +**What's new in v5.0.0.2:** +* Fixed stability of internal websocket +(Older updates): * Each event now has a dedicated EventArgs class. This will break the previous event signature * Finished adding all v5 methods * `Connect()` function is now obsolete, use `ConnectAsync()` instead.