Skip to content

Commit 2341893

Browse files
upgrading Utilities package to NGO v1.7.1
1 parent 3a5b9da commit 2341893

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Multiplayer Samples Co-op Changelog
22

3+
## [unreleased] - yyyy-mm-dd
4+
5+
### Changed
6+
* Upgraded Utilities package to Netcode for GameObjects v1.7.1 (#871)
7+
38
## [1.7.0] - 2023-09-07
49

510
### Changed

Packages/com.unity.multiplayer.samples.coop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"com.unity.learn.iet-framework": "3.1.3",
1111
"com.unity.multiplayer.tools": "1.1.0",
12-
"com.unity.netcode.gameobjects": "1.6.0",
12+
"com.unity.netcode.gameobjects": "1.7.1",
1313
"com.unity.services.relay": "1.0.5"
1414
}
1515
}

Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"dependencies": {
124124
"com.unity.learn.iet-framework": "3.1.3",
125125
"com.unity.multiplayer.tools": "1.1.0",
126-
"com.unity.netcode.gameobjects": "1.6.0",
126+
"com.unity.netcode.gameobjects": "1.7.1",
127127
"com.unity.services.relay": "1.0.5"
128128
}
129129
},

0 commit comments

Comments
 (0)