Skip to content

Commit 3720b3b

Browse files
chore: updating versions to pre-release values for APV validation (#1301)
1 parent f047003 commit 3720b3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

com.unity.netcode.adapter.utp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "com.unity.netcode.adapter.utp",
33
"displayName": "Unity Transport for Netcode for GameObjects",
44
"description": "This package is plugging Unity Transport into Netcode for GameObjects, which is a network transport layer - the low-level interface for sending UDP data",
5-
"version": "0.1.0-preview.1",
5+
"version": "1.0.0-pre.1",
66
"unity": "2020.3",
77
"dependencies": {
8-
"com.unity.netcode.gameobjects": "0.2.0-preview.1",
8+
"com.unity.netcode.gameobjects": "1.0.0-pre.1",
99
"com.unity.transport": "1.0.0-pre.5"
1010
}
1111
}

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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": "0.2.0-preview.1",
5+
"version": "1.0.0-pre.1",
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.modules.ai": "1.0.0",
99
"com.unity.modules.animation": "1.0.0",
10-
"com.unity.nuget.mono-cecil": "1.10.1-preview.1",
10+
"com.unity.nuget.mono-cecil": "1.10.1",
1111
"com.unity.collections": "1.0.0-pre.5"
1212
}
1313
}

0 commit comments

Comments
 (0)