Browse Source

Update SECS to 3.1.3

pull/63/head
sebas77 4 years ago
parent
commit
27142646a6
5 changed files with 11 additions and 5 deletions
  1. +1
    -1
      Svelto.Common
  2. +6
    -1
      Svelto.ECS/CHANGELOG.md
  3. +1
    -0
      Svelto.ECS/Svelto.ECS.csproj
  4. +2
    -2
      Svelto.ECS/package.json
  5. +1
    -1
      Svelto.ECS/version.json

+ 1
- 1
Svelto.Common

@@ -1 +1 @@
Subproject commit 177d50a45b2ba05f4bb655432d649330e127bb56
Subproject commit 6b254fb2d729d6bbb806b006e17573c9c81c27c5

+ 6
- 1
Svelto.ECS/CHANGELOG.md View File

@@ -1,13 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file. I created this file with Svelto.ECS version 3.1.

## [3.1.3]

### Fixed

* bumped dependency of Svelto.Common due to an important fix there.

## [3.1.2]

### Changed

* improved async entity submission code (still experimental)
* improved native entity operations debug info
*

## [3.1.1]



+ 1
- 0
Svelto.ECS/Svelto.ECS.csproj View File

@@ -7,6 +7,7 @@
<PropertyGroup>
<PackageId>Svelto.ECS</PackageId>
<Authors>sebas77</Authors>
<RepositoryUrl>https://github.com/sebas77/Svelto.ECS</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<PlatformTarget>AnyCPU</PlatformTarget>


+ 2
- 2
Svelto.ECS/package.json View File

@@ -3,13 +3,13 @@
"category": "Svelto",
"description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
"dependencies": {
"com.sebaslab.svelto.common": "3.1.2"
"com.sebaslab.svelto.common": "3.1.3"
},
"keywords": [
"svelto"
],
"name": "com.sebaslab.svelto.ecs",
"version": "3.1.2",
"version": "3.1.3",
"type": "library",
"unity": "2019.3"
}

+ 1
- 1
Svelto.ECS/version.json View File

@@ -1,3 +1,3 @@
{
"version": "3.1.2"
"version": "3.1.3"
}

Loading…
Cancel
Save