Skip to content

Commit 5daf045

Browse files
committed
update back to 0f1
1 parent d3d7461 commit 5daf045

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16-
- Minimal supported editor was set to first 6000.0 LTS version `6000.0.23f1` to clarify that we do not guarantee that the package will work on alpha or beta versions of 6000.0
16+
- Minimal supported editor was set to first 6000.0 LTS version `6000.0.0f1` to clarify that we do not guarantee that the package will work on alpha or beta versions of 6000.0
1717

1818
### Deprecated
1919

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.",
55
"version": "2.8.1",
66
"unity": "6000.0",
7-
"unityRelease": "23f1",
7+
"unityRelease": "0f1",
88
"dependencies": {
99
"com.unity.nuget.mono-cecil": "1.11.4",
1010
"com.unity.transport": "2.6.0"

testproject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"com.unity.package-validation-suite": "0.49.0-preview",
1313
"com.unity.services.authentication": "3.5.2",
1414
"com.unity.services.multiplayer": "1.2.0",
15-
"com.unity.test-framework": "1.6.0",
15+
"com.unity.test-framework": "1.4.6",
1616
"com.unity.test-framework.performance": "3.2.0",
1717
"com.unity.timeline": "1.8.9",
1818
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.11",

0 commit comments

Comments
 (0)