Skip to content

Commit

Permalink
Merge pull request #8 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
uurha committed Apr 10, 2024
1 parent 99edd66 commit 3c5cca5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Runtime/BetterLocators.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "BetterLocators.Runtime",
"rootNamespace": "Better.Locators.Runtime",
"references": [
"GUID:01df13aca8d01e24a911bcc3e8277031",
"GUID:8bd4b41f8da90144d9006c4d926c9679",
"GUID:35101f455c979e94c9a0a4793484b7fd",
"GUID:a59e3daedde9ca94bba45364d4ead25f",
"GUID:28da8d3b12e3efa47928e0c9070f853d",
"GUID:1c5574afb40e5fe4ca9e9c156009297b"
],
"includePlatforms": [],
Expand All @@ -17,7 +17,7 @@
"versionDefines": [
{
"name": "com.tdw.better.services",
"expression": "0.0.4",
"expression": "0.1.0",
"define": "BETTER_SERVICES"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Contexts/MonoContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Threading;
using System.Threading.Tasks;
using Better.Attributes.Runtime.Select;
using Better.Extensions.Runtime;
using Better.Commons.Runtime.Extensions;
using Better.Locators.Runtime.Installers;
using UnityEngine;

Expand Down
2 changes: 1 addition & 1 deletion Runtime/Installers/Services/ServicesInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Better.Extensions.Runtime;
using Better.Commons.Runtime.Extensions;
using Better.Services.Runtime.Interfaces;
using UnityEngine;

Expand Down
2 changes: 1 addition & 1 deletion Runtime/Locators/Implementations/InternalLocator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using Better.Extensions.Runtime;
using Better.Commons.Runtime.Utility;

namespace Better.Locators.Runtime
{
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "com.tdw.better.locator",
"displayName": "Better Locator",
"version": "0.0.8",
"displayName": "Better Locators",
"version": "0.1.0",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.uurha.betterextensions": "1.5.98",
"com.uurha.betterattributes": "3.0.13"
"com.tdw.better.commons": "0.0.2",
"com.uurha.betterattributes": "3.1.0"
},
"author": {
"name": "Better Plugins",
"url": "https://github.com/techno-dwarf-works"
},
"changelogUrl": "https://github.com/techno-dwarf-works/better-locator",
"documentationUrl": "https://github.com/techno-dwarf-works/better-locator/tree/main#readme",
"changelogUrl": "https://github.com/techno-dwarf-works/better-locators",
"documentationUrl": "https://github.com/techno-dwarf-works/better-locators/tree/main#readme",
"license": "MIT",
"licensesUrl": "https://github.com/techno-dwarf-works/better-locator/blob/main/LICENSE",
"licensesUrl": "https://github.com/techno-dwarf-works/better-locators/blob/main/LICENSE",
"keywords": [
"locators",
"reference management",
Expand Down

0 comments on commit 3c5cca5

Please sign in to comment.