diff --git a/Runtime/BetterLogger.Runtime.asmdef b/Runtime/BetterLogger.Runtime.asmdef index 4e3ce73..f8d547e 100644 --- a/Runtime/BetterLogger.Runtime.asmdef +++ b/Runtime/BetterLogger.Runtime.asmdef @@ -2,9 +2,9 @@ "name": "BetterLogger.Runtime", "rootNamespace": "Better.Logger.Runtime", "references": [ - "GUID:28da8d3b12e3efa47928e0c9070f853d", "GUID:1862b35041b066d42ab4d3caf773657b", - "GUID:af7fffdf1d83bc842b0f6e3a01efda16" + "GUID:af7fffdf1d83bc842b0f6e3a01efda16", + "GUID:8bd4b41f8da90144d9006c4d926c9679" ], "includePlatforms": [], "excludePlatforms": [], diff --git a/Runtime/Logger/LogBuilder.cs b/Runtime/Logger/LogBuilder.cs index ef2e30c..23ad5ee 100644 --- a/Runtime/Logger/LogBuilder.cs +++ b/Runtime/Logger/LogBuilder.cs @@ -1,7 +1,7 @@ using System; using System.Reflection; using System.Text; -using Better.Extensions.Runtime; +using Better.Commons.Runtime.Extensions; using Better.Logger.Runtime.Settings; using UnityEditor; using UnityEngine; diff --git a/Runtime/Logger/LoggerUtility.cs b/Runtime/Logger/LoggerUtility.cs index c755776..fda2f3e 100644 --- a/Runtime/Logger/LoggerUtility.cs +++ b/Runtime/Logger/LoggerUtility.cs @@ -1,7 +1,7 @@ using System; using System.Reflection; using System.Text.RegularExpressions; -using Better.Extensions.Runtime; +using Better.Commons.Runtime.Extensions; namespace Better.Logger.Runtime { diff --git a/package.json b/package.json index ef8cfff..c0b51d1 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "com.tdw.better.logger", "displayName": "Better Logger", - "version": "0.0.7", + "version": "0.1.0", "unity": "2021.3", "description": " ", "dependencies": { - "com.uurha.betterextensions": "1.5.98", "com.tdw.better.internal.core": "0.0.2", - "com.tdw.better.projectsettings": "0.0.2", - "com.tdw.better.singletons": "0.0.8" + "com.tdw.better.commons": "0.0.2", + "com.tdw.better.projectsettings": "0.1.1", + "com.tdw.better.singletons": "0.1.0" }, "author": { "name": "Better Plugins",