Skip to content

Commit 01d682b

Browse files
committed
renamed because package id already taken
1 parent 311bd2b commit 01d682b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ObsWebSocket.Core/ObsWebSocket.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>latest</LangVersion>
77
<AssemblyName>ObsWebSocket.Core</AssemblyName>
88
<RootNamespace>ObsWebSocket.Core</RootNamespace>
9-
<PackageId>ObsWebSocket.Net</PackageId>
9+
<PackageId>ObsWebSocket.Core</PackageId>
1010
<Authors>Agash</Authors>
1111
<Company>Agash</Company>
1212
<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>

ObsWebSocket.SourceGenerators/ObsWebSocket.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
88
<IsRoslynComponent>true</IsRoslynComponent>
99
<IncludeBuildOutput>false</IncludeBuildOutput>
10-
<Description>Source Generators for ObsWebSocket.Net library.</Description>
10+
<Description>Source Generators for ObsWebSocket.Core library.</Description>
1111
<!-- Enable recommended Roslyn analyzer rules -->
1212
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1313
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ObsWebSocket.Net: Your Modern C# Bridge to OBS! 🚀🎬✨
1+
# ObsWebSocket.Core: Your Modern C# Bridge to OBS! 🚀🎬✨
22

33
[![Build Status](https://img.shields.io/github/actions/workflow/status/Agash/ObsWebSocket/build.yml?branch=main&style=flat-square&logo=github&logoColor=white)](https://github.com/Agash/ObsWebSocket/actions)
44
[![NuGet Version](https://img.shields.io/nuget/v/ObsWebSocket.Core.svg?style=flat-square&logo=nuget&logoColor=white)](https://www.nuget.org/packages/ObsWebSocket.Core/)
@@ -8,7 +8,7 @@ Hey OBS Power Users, Stream Tool Crafters, and Automation Fans! 👋
88

99
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! 😎
1010

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.
1212

1313
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! 🔧
1414

@@ -39,12 +39,12 @@ Perfect for:
3939
4040
## Get Started Fast 💨
4141

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.
4343

4444
**1. Install the Package:**
4545

4646
```bash
47-
dotnet add package ObsWebSocket.Net
47+
dotnet add package ObsWebSocket.Core
4848
```
4949

5050
**2. Configure `appsettings.json`:**

0 commit comments

Comments
 (0)