You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ObsWebSocket.Core/ObsWebSocket.Core.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<LangVersion>latest</LangVersion>
7
7
<AssemblyName>ObsWebSocket.Core</AssemblyName>
8
8
<RootNamespace>ObsWebSocket.Core</RootNamespace>
9
-
<PackageId>ObsWebSocket.Net</PackageId>
9
+
<PackageId>ObsWebSocket.Core</PackageId>
10
10
<Authors>Agash</Authors>
11
11
<Company>Agash</Company>
12
12
<Description>A modern .NET 9 / C# 13 library for interacting with the OBS Studio WebSocket v5 API, featuring source generation for protocol types and DI support.</Description>
@@ -8,7 +8,7 @@ Hey OBS Power Users, Stream Tool Crafters, and Automation Fans! 👋
8
8
9
9
Ready to take control of OBS Studio directly from your C#/.NET applications? Want to build custom stream dashboards, trigger actions based on game events, automate scene switching, or create unique chat interactions linked to OBS? You've come to the right place! 😎
10
10
11
-
**ObsWebSocket.Net** is a sleek, modern, and developer-friendly .NET 9 library built for interacting with the **OBS Studio WebSocket API v5**. Forget wrestling with raw WebSocket messages – this library provides a clean, asynchronous, and strongly-typed way to talk to OBS.
11
+
**ObsWebSocket.Core** is a sleek, modern, and developer-friendly .NET 9 library built for interacting with the **OBS Studio WebSocket API v5**. Forget wrestling with raw WebSocket messages – this library provides a clean, asynchronous, and strongly-typed way to talk to OBS.
12
12
13
13
Built with the latest C# 13/.NET 9 goodies, including source generators that build the API directly from the official `protocol.json`, ensuring you're always aligned with the latest OBS WebSocket features! 🔧
14
14
@@ -39,12 +39,12 @@ Perfect for:
39
39
40
40
## Get Started Fast 💨
41
41
42
-
Using `ObsWebSocket.Net` with .NET's Generic Host and Dependency Injection is the smoothest path.
42
+
Using `ObsWebSocket.Core` with .NET's Generic Host and Dependency Injection is the smoothest path.
0 commit comments