Skip to content

Commit

Permalink
Renamed thirdparty dependencies to reduce path length, avoiding possi…
Browse files Browse the repository at this point in the history
…ble issues on Windows.
  • Loading branch information
jespersmith committed May 29, 2020
1 parent d353d2c commit 9e70d61
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 24 deletions.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions Packages/halodi-unity-package-creator/ThirdParty/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Third party libraries

To avoid conflicts between packages all third party managed DLL's are prefixed with "78E813DA", which is the CRC32 hash of "com.halodi.halodi-unity-package-creator".

Due to the 260 character limit on windows paths, we avoid prefixing the DLL names with "com.halodi.halodi-unity-package-creator"

## NewtonSoft JSON

https://www.newtonsoft.com/json
License: MIT (see LICENSE.Newtonsoft.Json)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "0.2.4",
"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.3"
"com.halodi.halodi-unity-package-registry-manager": "0.0.4"
},
"publishConfig": {
"registry": "https://api.bintray.com/npm/halodirobotics/unity"
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}
}

0 comments on commit 9e70d61

Please sign in to comment.