Skip to content

Commit 4babbc3

Browse files
authored
chore: Small asmdef file fixes (#3986)
* chore: Small asmdef file fixes * small fixes * Update pvp exceptions * fix codegen naming * Another try * Final try
1 parent 54e8a5a commit 4babbc3

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

com.unity.netcode.gameobjects/Tests/Editor/Unity.Netcode.Editor.Tests.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"Unity.Mathematics",
1414
"UnityEngine.TestRunner",
1515
"UnityEditor.TestRunner",
16-
"Unity.Netcode.Runtime.Tests",
17-
"Unity.PerformanceTesting"
16+
"Unity.Netcode.Runtime.Tests"
1817
],
1918
"includePlatforms": [
2019
"Editor"

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": "2.11.3",
5+
"version": "3.0.0",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

pvpExceptions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"PVP-132-2": {
1717
"errors": [
18-
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'",
19-
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: name of editor assembly should end with '.Editor'"
18+
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'"
2019
]
2120
}
2221
}

0 commit comments

Comments
 (0)