Skip to content

Commit

Permalink
3.11.0 release (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gehorsam authored Mar 8, 2024
1 parent cb52f14 commit 5c9e3fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Packages/Nakama/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p

### [Unreleased]

## [3.11.0] - 2024-03-08

### Changed
- Default socket adapter changed from `WebSocketAdapter` to `WebSocketStdlibAdapter`. This was done to utilize the native .NET Websocket library for improved stability and maintenance.
- Updated to use the Nakama and Satori .NET 3.11.0 release.

## [3.10.1] - 2023-12-12

Expand Down
Binary file modified Packages/Nakama/Runtime/Plugins/Nakama.dll
Binary file not shown.
Binary file modified Packages/Nakama/Runtime/Plugins/Satori.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages/Nakama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.heroiclabs.nakama-unity",
"version": "3.10.1",
"version": "3.11.0",
"unity": "2018.4",
"displayName": "Nakama Unity",
"description": "Unity3D client for Nakama server written in C#.",
Expand Down

0 comments on commit 5c9e3fa

Please sign in to comment.