Skip to content

Commit

Permalink
updated sharp zip lib reference
Browse files Browse the repository at this point in the history
bumped version to 1.0.2
updated packages
  • Loading branch information
StephenHodgson committed Mar 21, 2022
1 parent 725909e commit 65be4ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Editor/Halodi.PackageRegistryManager.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Halodi.PackageRegistryManager.Editor",
"rootNamespace": "",
"references": [
"Artees.SemanticVersioning"
],
Expand All @@ -12,7 +13,7 @@
"precompiledReferences": [
"860BB79D.Tomlyn.dll",
"Newtonsoft.Json.dll",
"SharpZipLib.dll"
"Unity.SharpZipLib.dll"
],
"autoReferenced": false,
"defineConstraints": [],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.halodi.halodi-unity-package-registry-manager",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "Halodi Package Registry Manager",
"type": "tool",
"samples": [],
Expand All @@ -12,8 +12,8 @@
"url": "https://halodi.com"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.sharp-zip-lib": "1.2.2-preview.1"
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.sharp-zip-lib": "1.2.2-preview.2"
},
"publishConfig": {
"registry": ""
Expand Down

0 comments on commit 65be4ad

Please sign in to comment.