Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.2.4] - 2024-08-14

### Changed
* Updated entities packages dependencies
  • Loading branch information
Unity Technologies committed Aug 14, 2024
1 parent afbc0c7 commit 018291d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ uid: changelog

# Changelog

## [1.2.4] - 2024-08-14

### Changed
* Updated entities packages dependencies


## [1.2.3] - 2024-05-30

### Changed
Expand Down
23 changes: 10 additions & 13 deletions ValidationExceptions.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"ErrorExceptions": [
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "1.2.3"
},
{
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "1.2.4"
},

{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.",
"PackageVersion": "1.2.3"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.",
"PackageVersion": "1.2.3"
}
"PackageVersion": "1.2.4"
}
],
"WarningExceptions": []
}

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "com.unity.netcode",
"displayName": "Netcode for Entities",
"version": "1.2.3",
"version": "1.2.4",
"unity": "2022.3",
"unityRelease": "11f1",
"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.",
"dependencies": {
"com.unity.transport": "2.1.0",
"com.unity.entities": "1.2.3",
"com.unity.entities": "1.2.4",
"com.unity.modules.animation": "1.0.0"
},
"_upm": {
"changelog": "### Changed\n* Updated entities packages dependencies"
},
"upmCi": {
"footprint": "3ef2bbdc2c1c22f3f95fbbe7ab63dd5b34907d8b"
"footprint": "e2172de2037f6ded67e9d986fa04cc9795aaff35"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "0e866f29be5f7742acc14fad89281f547835ef01"
"revision": "3229c084d74b90980f151fe926f426ae38a63b44"
}
}

0 comments on commit 018291d

Please sign in to comment.