Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
#Update-vs1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BelicusBr committed Nov 11, 2022
1 parent 763970e commit 9e2f18c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
8 changes: 3 additions & 5 deletions Runtime/Cobilas.Unity.Mono.asmdef
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "Cobilas.Unity.Mono",
"references": [
"Cobilas.Unity.Extensions"
"Cobilas.Unity.Extensions",
"Cobilas.Core"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Cobilas.Collections.dll",
"CobilasCore.Extension.dll"
],
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
Expand Down
15 changes: 8 additions & 7 deletions com.cobilas.unity.mono.gpack
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "com.cobilas.unity.mono",
"version": "1.0.11",
"version": "1.0.12",
"repository": "https://github.com/BelicusBr/com.cobilas.unity.mono.git",
"relatedPackages": [
"1.0.8",
"1.0.9",
"1.0.10",
"1.0.11"
"1.0.9",
"1.0.10",
"1.0.11",
"1.0.12"
],
"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.extensions.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.mono",
"version": "1.0.11",
"version": "1.0.12",
"displayName": "Cobilas Mono",
"description": "Pacote de scripts MonoBehaviour para unity3d",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.mono/blob/main/LICENSE.md",
Expand Down

0 comments on commit 9e2f18c

Please sign in to comment.