Skip to content

Commit ce1ab3c

Browse files
authored
chore: Bump NGO version to 1.0.1 (#2131)
1 parent 08f6f99 commit ce1ab3c

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

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

10-
## [Unreleased]
10+
## [1.0.1] - 2022-08-23
1111

1212
### Changed
1313

14+
- Changed version to 1.0.1. (#2131)
1415
- Updated dependency on `com.unity.transport` to 1.2.0. (#2129)
1516
- When using `UnityTransport`, _reliable_ payloads are now allowed to exceed the configured 'Max Payload Size'. Unreliable payloads remain bounded by this setting. (#2081)
1617
- Preformance improvements for cases with large number of NetworkObjects, by not iterating over all unchanged NetworkObjects

com.unity.netcode.gameobjects/TestHelpers/Runtime/com.unity.netcode.testhelpers.runtime.asmdef

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"optionalUnityReferences": [
1212
"TestAssemblies"
1313
],
14+
"defineConstraints": [
15+
"UNITY_INCLUDE_TESTS"
16+
],
1417
"versionDefines": [
1518
{
1619
"name": "com.unity.multiplayer.tools",

com.unity.netcode.gameobjects/Tests/Editor/com.unity.netcode.editortests.asmdef

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"optionalUnityReferences": [
1616
"TestAssemblies"
1717
],
18+
"defineConstraints": [
19+
"UNITY_INCLUDE_TESTS"
20+
],
1821
"includePlatforms": [
1922
"Editor"
2023
],

com.unity.netcode.gameobjects/Tests/Runtime/com.unity.netcode.runtimetests.asmdef

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"optionalUnityReferences": [
1717
"TestAssemblies"
1818
],
19+
"defineConstraints": [
20+
"UNITY_INCLUDE_TESTS"
21+
],
1922
"versionDefines": [
2023
{
2124
"name": "com.unity.multiplayer.tools",

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.0.0",
5+
"version": "1.0.1",
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",

minimalproject/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": "local",
4040
"dependencies": {
4141
"com.unity.nuget.mono-cecil": "1.10.1",
42-
"com.unity.transport": "1.0.0"
42+
"com.unity.transport": "1.2.0"
4343
}
4444
},
4545
"com.unity.nuget.mono-cecil": {
@@ -61,7 +61,7 @@
6161
"url": "https://packages.unity.com"
6262
},
6363
"com.unity.transport": {
64-
"version": "1.0.0",
64+
"version": "1.2.0",
6565
"depth": 1,
6666
"source": "registry",
6767
"dependencies": {

testproject-tools-integration/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"source": "local",
6262
"dependencies": {
6363
"com.unity.nuget.mono-cecil": "1.10.1",
64-
"com.unity.transport": "1.0.0"
64+
"com.unity.transport": "1.2.0"
6565
}
6666
},
6767
"com.unity.nuget.mono-cecil": {
@@ -107,7 +107,7 @@
107107
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
108108
},
109109
"com.unity.transport": {
110-
"version": "1.0.0",
110+
"version": "1.2.0",
111111
"depth": 1,
112112
"source": "registry",
113113
"dependencies": {

testproject/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"source": "local",
8484
"dependencies": {
8585
"com.unity.nuget.mono-cecil": "1.10.1",
86-
"com.unity.transport": "1.1.0"
86+
"com.unity.transport": "1.2.0"
8787
}
8888
},
8989
"com.unity.nuget.mono-cecil": {
@@ -195,7 +195,7 @@
195195
"url": "https://packages.unity.com"
196196
},
197197
"com.unity.transport": {
198-
"version": "1.1.0",
198+
"version": "1.2.0",
199199
"depth": 1,
200200
"source": "registry",
201201
"dependencies": {

0 commit comments

Comments
 (0)