Skip to content

Commit

Permalink
adding package metadata and updating example project packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Jun 23, 2022
1 parent 91280d5 commit a709de5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
22 changes: 16 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a709de5

Please sign in to comment.