Skip to content

Commit

Permalink
Fix assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
jespersmith committed May 30, 2020
1 parent 9e70d61 commit 9918172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"com.halodi.halodi-unity-package-creator.Newtonsoft.Json.dll"
"78E813DA.Newtonsoft.Json.dll"
],
"autoReferenced": true,
"defineConstraints": [],
Expand Down
4 changes: 2 additions & 2 deletions Packages/halodi-unity-package-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.halodi.halodi-unity-package-creator",
"version": "0.2.4",
"version": "0.2.5",
"displayName": "Halodi Unity Package Creator",
"description": "Tools for creating, editing and publishing Unity packages",
"unity": "2019.3",
Expand All @@ -16,7 +16,7 @@
},
"keywords": [],
"dependencies": {
"com.halodi.halodi-unity-package-registry-manager": "0.0.4"
"com.halodi.halodi-unity-package-registry-manager": "0.0.5"
},
"publishConfig": {
"registry": "https://api.bintray.com/npm/halodirobotics/unity"
Expand Down

0 comments on commit 9918172

Please sign in to comment.