Fix allocation garbage
main
Thomas Woischnig 2026-04-13 05:57:22 +02:00
parent 57855e80e3
commit 8862c6c8a6
4 changed files with 5 additions and 2 deletions

View File

@ -66,7 +66,10 @@
"System.Memory": "4.5.5"
},
"runtime": {
"LobbyServerDto.dll": {}
"LobbyServerDto.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "com.incobyte.lobbyclient",
"version": "1.0.5",
"version": "1.0.6",
"displayName": "Game Lobby Client",
"description": "Provides a client for the game lobby server to list and join lobbies",
"unity": "2022.3",