Parcourir la source

bump upm version

tags/2.9.7
sebas77 il y a 4 ans
Parent
révision
a322bc089a
3 fichiers modifiés avec 7 ajouts et 3 suppressions
  1. +3
    -0
      .gitignore
  2. +2
    -1
      LICENSE
  3. +2
    -2
      package.json

+ 3
- 0
.gitignore Voir le fichier

@@ -0,0 +1,3 @@
/obj
/bin/Release/netstandard2.0
/bin/Debug/netstandard2.0

+ 2
- 1
LICENSE Voir le fichier

@@ -1,4 +1,4 @@
MIT License
The MIT License (MIT)

Copyright (c) 2015-2020 Sebastiano Mandalà

@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


+ 2
- 2
package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer