diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ef0a76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/obj +/bin/Release/netstandard2.0 +/bin/Debug/netstandard2.0 diff --git a/LICENSE b/LICENSE index 04c13f1..3869f65 100644 --- a/LICENSE +++ b/LICENSE @@ -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. + diff --git a/package.json b/package.json index 36a0151..fe1369b 100644 --- a/package.json +++ b/package.json @@ -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" }