Skip to content

Commit 018291d

Browse files
author
Unity Technologies
committed
## [1.2.4] - 2024-08-14 ### Changed * Updated entities packages dependencies
1 parent afbc0c7 commit 018291d

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ uid: changelog
44

55
# Changelog
66

7+
## [1.2.4] - 2024-08-14
8+
9+
### Changed
10+
* Updated entities packages dependencies
11+
12+
713
## [1.2.3] - 2024-05-30
814

915
### Changed

ValidationExceptions.json

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
22
"ErrorExceptions": [
3-
{
4-
"ValidationTest": "API Validation",
5-
"ExceptionMessage": "Additions require a new minor or major version.",
6-
"PackageVersion": "1.2.3"
7-
},
8-
{
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Additions require a new minor or major version.",
6+
"PackageVersion": "1.2.4"
7+
},
8+
9+
{
910
"ValidationTest": "API Validation",
1011
"ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.",
11-
"PackageVersion": "1.2.3"
12-
},
13-
{
14-
"ValidationTest": "API Validation",
15-
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.",
16-
"PackageVersion": "1.2.3"
17-
}
12+
"PackageVersion": "1.2.4"
13+
}
1814
],
1915
"WarningExceptions": []
2016
}
17+

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "com.unity.netcode",
33
"displayName": "Netcode for Entities",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"unity": "2022.3",
66
"unityRelease": "11f1",
77
"description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.",
88
"dependencies": {
99
"com.unity.transport": "2.1.0",
10-
"com.unity.entities": "1.2.3",
10+
"com.unity.entities": "1.2.4",
1111
"com.unity.modules.animation": "1.0.0"
1212
},
1313
"_upm": {
1414
"changelog": "### Changed\n* Updated entities packages dependencies"
1515
},
1616
"upmCi": {
17-
"footprint": "3ef2bbdc2c1c22f3f95fbbe7ab63dd5b34907d8b"
17+
"footprint": "e2172de2037f6ded67e9d986fa04cc9795aaff35"
1818
},
1919
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
2020
"repository": {
2121
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
2222
"type": "git",
23-
"revision": "0e866f29be5f7742acc14fad89281f547835ef01"
23+
"revision": "3229c084d74b90980f151fe926f426ae38a63b44"
2424
}
2525
}

0 commit comments

Comments
 (0)