com.wallstop-studios.unity-helpers 2.0.0-rc78.7 → 2.0.0-rc78.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ namespace WallstopStudios.UnityHelpers.Core.Extension
15
15
  using Utils;
16
16
  using Object = UnityEngine.Object;
17
17
 
18
- public static class LoggingExtensions
18
+ public static class WallstopStudiosLogger
19
19
  {
20
20
  public static readonly UnityLogTagFormatter LogInstance = new(
21
21
  createDefaultDecorators: true
@@ -33,7 +33,7 @@ namespace WallstopStudios.UnityHelpers.Core.Extension
33
33
 
34
34
  private static readonly Dictionary<string, object> GenericObject = new();
35
35
 
36
- static LoggingExtensions()
36
+ static WallstopStudiosLogger()
37
37
  {
38
38
  #if ENABLE_UBERLOGGING
39
39
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc78.7",
3
+ "version": "2.0.0-rc78.8",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},
@@ -41,3 +41,4 @@
41
41
 
42
42
 
43
43
 
44
+