Update upm branch (02947944cd)

This commit is contained in:
github-actions 2023-03-30 20:25:04 +00:00
parent d74d4ed35d
commit ea555e3bec
4 changed files with 3 additions and 3 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -8633,7 +8633,7 @@
Extension methods for <see cref="T:System.ReadOnlySpan`1" /> and <see cref="T:System.Span`1" /> of <see cref="T:System.Char" />.
</summary>
</member>
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.Span{System.Char})">
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.ReadOnlySpan{System.Char})">
<summary>
Counts the occurrences of a substring within the current character span.
</summary>
@ -8641,7 +8641,7 @@
<param name="needle">The character span to count.</param>
<returns>An integer representing the count of <paramref name="needle" /> inside <paramref name="haystack" />.</returns>
</member>
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.Span{System.Char},System.StringComparison)">
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.ReadOnlySpan{System.Char},System.StringComparison)">
<summary>
Counts the occurrences of a substring within the current character span, using a specified string comparison method.
</summary>

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "3.2.0-nightly.177",
"version": "3.2.0-nightly.178",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [