Skip to content

Commit

Permalink
Merge pull request #12
Browse files Browse the repository at this point in the history
feature/refactoring
  • Loading branch information
uurha committed Apr 11, 2024
1 parent 9247c79 commit a532236
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Runtime/BetterLogger.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "BetterLogger.Runtime",
"rootNamespace": "Better.Logger.Runtime",
"references": [
"GUID:28da8d3b12e3efa47928e0c9070f853d",
"GUID:1862b35041b066d42ab4d3caf773657b",
"GUID:af7fffdf1d83bc842b0f6e3a01efda16"
"GUID:af7fffdf1d83bc842b0f6e3a01efda16",
"GUID:8bd4b41f8da90144d9006c4d926c9679"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Logger/LogBuilder.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Logger/LoggerUtility.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a532236

Please sign in to comment.