From a709de5769233398790133270aa4c192ab476914 Mon Sep 17 00:00:00 2001 From: Tristan Bellman-Greenwood Date: Thu, 23 Jun 2022 19:55:32 -0400 Subject: [PATCH] adding package metadata and updating example project packages --- .../Packages/manifest.json | 4 ++-- .../Packages/packages-lock.json | 6 ++--- .../ProjectSettings/ProjectVersion.txt | 4 ++-- package.json | 22 ++++++++++++++----- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/Examples~/Units of Measure Test Project/Packages/manifest.json b/Examples~/Units of Measure Test Project/Packages/manifest.json index 762d41c..61b4586 100644 --- a/Examples~/Units of Measure Test Project/Packages/manifest.json +++ b/Examples~/Units of Measure Test Project/Packages/manifest.json @@ -2,8 +2,8 @@ "dependencies": { "com.10101software.unitsofmeasure": "file:../../..", "com.unity.ide.rider": "1.2.1", - "com.unity.ide.visualstudio": "2.0.11", - "com.unity.ide.vscode": "1.2.4", + "com.unity.ide.visualstudio": "2.0.16", + "com.unity.ide.vscode": "1.2.5", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.uielements": "1.0.0" diff --git a/Examples~/Units of Measure Test Project/Packages/packages-lock.json b/Examples~/Units of Measure Test Project/Packages/packages-lock.json index 8b01af9..8b8b971 100644 --- a/Examples~/Units of Measure Test Project/Packages/packages-lock.json +++ b/Examples~/Units of Measure Test Project/Packages/packages-lock.json @@ -25,7 +25,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.11", + "version": "2.0.16", "depth": 0, "source": "registry", "dependencies": { @@ -34,14 +34,14 @@ "url": "https://packages.unity.com" }, "com.unity.ide.vscode": { - "version": "1.2.4", + "version": "1.2.5", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.1.30", + "version": "1.1.31", "depth": 1, "source": "registry", "dependencies": { diff --git a/Examples~/Units of Measure Test Project/ProjectSettings/ProjectVersion.txt b/Examples~/Units of Measure Test Project/ProjectSettings/ProjectVersion.txt index bfe1ddb..4c19129 100644 --- a/Examples~/Units of Measure Test Project/ProjectSettings/ProjectVersion.txt +++ b/Examples~/Units of Measure Test Project/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2019.4.32f1 -m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961) +m_EditorVersion: 2019.4.40f1 +m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5) diff --git a/package.json b/package.json index dc73348..432d2f6 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,25 @@ { "name": "com.10101software.unitsofmeasure", + "displayName": "Units of Measure", "description": "Units of measure library for Unity.", - "version": "2.0.0-preview.1", + "version": "2.0.0-preview.2", "unity": "2019.4", - "displayName": "Units of Measure", + "dependencies": { + "com.unity.test-framework": "1.1.30" + }, "repository": { "type": "git", "url": "https://github.com/tbg10101/UnityUnitsOfMeasure.git" }, - "type": "library", - "dependencies": { - "com.unity.test-framework": "1.1.30" - } + "keywords": [ + "10101", + "utility", + "measure" + ], + "author": { + "name": "10101 Software", + "email": "10101software@gmail.com", + "url": "https://www.10101software.com/" + }, + "type": "library" } \ No newline at end of file