Skip to content

Commit bb509e5

Browse files
committed
Update obs-websocket-dotnet.csproj
1 parent a3aa269 commit bb509e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

obs-websocket-dotnet/obs-websocket-dotnet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>OBSWebsocketDotNet</RootNamespace>
77
<Copyright>Copyright © BarRaider 2022</Copyright>
88
<LangVersion>8</LangVersion>
9-
<Version>5.0.0.2</Version>
9+
<Version>5.0.0.3</Version>
1010
<Authors>BarRaider</Authors>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1212
<PackageProjectUrl>https://github.com/BarRaider/obs-websocket-dotnet</PackageProjectUrl>
@@ -17,8 +17,8 @@
1717
<PackageReleaseNotes>Ported to use new OBS Websocket v5.0
1818
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version.
1919

20-
What's new in v5.0.0.2
21-
* Fixed stability of internal websocket
20+
What's new in v5.0.0.3
21+
* Fixed issue with integer overflow for
2222
(Previous updates):
2323
* Each event now has a dedicated EventArgs class. This will break the previous event signature
2424
* Finished adding all v5 methods

0 commit comments

Comments
 (0)