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

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.
@@ -3,7 +3,7 @@
3
3
  "isRoot": true,
4
4
  "tools": {
5
5
  "CSharpier": {
6
- "version": "1.0.1",
6
+ "version": "1.1.2",
7
7
  "commands": ["csharpier"]
8
8
  }
9
9
  }
@@ -8,7 +8,8 @@
8
8
 
9
9
  public static class StringExtensions
10
10
  {
11
- private static ThreadLocal<StringBuilder> StringBuilderCache = new(() => new StringBuilder()
11
+ private static ThreadLocal<StringBuilder> StringBuilderCache = new(() =>
12
+ new StringBuilder()
12
13
  );
13
14
 
14
15
  private static readonly HashSet<char> PascalCaseSeparators = new()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc78.8",
3
+ "version": "2.0.0-rc78.9",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},
@@ -42,3 +42,4 @@
42
42
 
43
43
 
44
44
 
45
+