Skip to content

Commit 969c13d

Browse files
committed
update NuGet package names to Colyseus.NativeWebSocket
1 parent 1c0d91c commit 969c13d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Media/header.png

205 KB
Loading

integrations/MonoGame/NativeWebSocket.MonoGame.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>2.0.0</Version>
77
<Authors>Endel Dreyer</Authors>
88
<Description>MonoGame integration for NativeWebSocket - provides a GameComponent that enables automatic main-thread event dispatching.</Description>
9-
<PackageId>NativeWebSocket.MonoGame</PackageId>
9+
<PackageId>Colyseus.NativeWebSocket.MonoGame</PackageId>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/endel/NativeWebSocket</RepositoryUrl>
1212
</PropertyGroup>

src/NativeWebSocket/NativeWebSocket.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>2.0.0</Version>
77
<Authors>Endel Dreyer</Authors>
88
<Description>WebSocket client for .NET - works with Unity, MonoGame, Godot, and any .NET application.</Description>
9-
<PackageId>NativeWebSocket</PackageId>
9+
<PackageId>Colyseus.NativeWebSocket</PackageId>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/endel/NativeWebSocket</RepositoryUrl>
1212
<LangVersion>7.3</LangVersion>

0 commit comments

Comments
 (0)