OVR Toolkit Notifications (#751)

* Added OVR Toolkit notification support

* Change order

* Self identify by user-agent.

* Fix comments
This commit is contained in:
Usman Shafiq
2024-03-20 17:40:23 -04:00
committed by GitHub
parent fb019088d4
commit 271139b144
6 changed files with 516 additions and 2 deletions
+1
View File
@@ -130,6 +130,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Websocket.Client" Version="5.1.1" />
</ItemGroup>
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">