Skip to content

Commit 7bf15bb

Browse files
NoelStephensUnitymichalChrobot
authored andcommitted
chore: validate 1.12.2 (#3215)
* update Updating package and changelog. * test Changing what log message type we are expecting. * test Forgot to update message.
1 parent 5de9c10 commit 7bf15bb

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9-
## [Unreleased]
10-
11-
### Added
12-
13-
### Fixed
14-
15-
### Changed
16-
17-
18-
## [1.12.1] - 2025-01-17
9+
## [1.12.2] - 2025-01-17
1910

2011
### Fixed
2112

com.unity.netcode.gameobjects/Tests/Runtime/Transports/UnityTransportTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public IEnumerator DoesNotActAfterShutdown([Values] AfterShutdownAction afterShu
547547
{
548548
m_Server.DisconnectRemoteClient(m_Client1.ServerClientId);
549549

550-
LogAssert.Expect(LogType.Assert, "DisconnectRemoteClient should be called on a listening server");
550+
LogAssert.Expect(LogType.Warning, $"{nameof(UnityTransport.DisconnectRemoteClient)} should only be called on a listening server!");
551551
}
552552
else if (afterShutdownAction == AfterShutdownAction.DisconnectLocalClient)
553553
{

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "1.12.1",
5+
"version": "1.12.2",
66
"unity": "2021.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",

0 commit comments

Comments
 (0)