Skip to content

Commit 64d0b00

Browse files
committed
Updated package version, dependencies and changelog
1 parent 27a249e commit 64d0b00

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212

1313

1414
### Changed
15-
15+
- Minimal supported editor was updated to 6000.0 as 2022.3 is now out of support
16+
- Updated transport dependency to latest 2.7.2
1617

1718
### Deprecated
1819

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"ErrorExceptions": [
3-
{
4-
"ValidationTest": "API Validation",
5-
"ExceptionMessage": "Breaking changes require a new major version.",
6-
"PackageVersion": "1.15.2"
7-
}
8-
],
2+
"ErrorExceptions": [],
93
"WarningExceptions": []
104
}

com.unity.netcode.gameobjects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.15.2",
6-
"unity": "2022.3",
5+
"version": "1.16.0",
6+
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",
9-
"com.unity.transport": "1.5.0"
9+
"com.unity.transport": "2.7.2"
1010
},
1111
"samples": [
1212
{

0 commit comments

Comments
 (0)