Skip to content

Commit

Permalink
Update obs-websocket-dotnet.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Oct 28, 2022
1 parent a3aa269 commit bb509e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obs-websocket-dotnet/obs-websocket-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>OBSWebsocketDotNet</RootNamespace>
<Copyright>Copyright © BarRaider 2022</Copyright>
<LangVersion>8</LangVersion>
<Version>5.0.0.2</Version>
<Version>5.0.0.3</Version>
<Authors>BarRaider</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/BarRaider/obs-websocket-dotnet</PackageProjectUrl>
Expand All @@ -17,8 +17,8 @@
<PackageReleaseNotes>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
Expand Down

0 comments on commit bb509e5

Please sign in to comment.