diff --git a/obs-websocket-dotnet/obs-websocket-dotnet.csproj b/obs-websocket-dotnet/obs-websocket-dotnet.csproj index 9e9f5f1..fd4bc6d 100644 --- a/obs-websocket-dotnet/obs-websocket-dotnet.csproj +++ b/obs-websocket-dotnet/obs-websocket-dotnet.csproj @@ -6,7 +6,7 @@ OBSWebsocketDotNet Copyright © BarRaider 2022 8 - 5.0.0.2 + 5.0.0.3 BarRaider LICENSE https://github.com/BarRaider/obs-websocket-dotnet @@ -17,8 +17,8 @@ Ported to use new OBS Websocket v5.0 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.2 -* Fixed stability of internal websocket +What's new in v5.0.0.3 +* Fixed issue with integer overflow for (Previous updates): * Each event now has a dedicated EventArgs class. This will break the previous event signature * Finished adding all v5 methods