Skip to content

Commit

Permalink
#Update-vs1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BelicusBr committed Nov 11, 2022
1 parent d787f27 commit 1e60f0d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
7 changes: 3 additions & 4 deletions Editor/Cobilas.Unity.Editor.Management.Resource.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
"name": "Cobilas.Unity.Editor.Management.Resource",
"references": [
"Cobilas.Unity.Utility",
"Cobilas.Unity.Management.Resource"
"Cobilas.Unity.Management.Resource",
"Cobilas.Core"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Cobilas.Collections.dll"
],
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"UNITY_EDITOR"
Expand Down
8 changes: 3 additions & 5 deletions Runtime/Cobilas.Unity.Management.Resource.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "Cobilas.Unity.Management.Resource",
"references": [
"Cobilas.Unity.Utility",
"Cobilas.Unity.Management.Runtime"
"Cobilas.Unity.Management.Runtime",
"Cobilas.Core"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Cobilas.Collections.dll",
"CobilasCore.Extension.dll"
],
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
Expand Down
11 changes: 6 additions & 5 deletions com.cobilas.unity.management.resource.gpack
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "com.cobilas.unity.management.resource",
"version": "1.0.9",
"version": "1.0.10",
"repository": "https://github.com/BelicusBr/com.cobilas.unity.management.resource.git",
"relatedPackages": [
"1.0.8",
"1.0.9"
"1.0.9",
"1.0.10"
],
"gitDependencies": [
{
"URL": "https://github.com/BelicusBr/com.cobilas.cobilascore.git",
"name": "com.cobilas.cobilascore",
"branch": "1.0.32"
"URL": "https://github.com/BelicusBr/com.cobilas.core.git",
"name": "com.cobilas.core",
"branch": "1.0.0"
},
{
"URL": "https://github.com/BelicusBr/com.cobilas.unity.utility.git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cobilas.unity.management.resource",
"version": "1.0.9",
"version": "1.0.10",
"displayName": "Cobilas Management Resource",
"description": "Pacote de gerenciamento de recursos para unity3d",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.management.resource/blob/main/LICENSE.md",
Expand Down

0 comments on commit 1e60f0d

Please sign in to comment.