diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index 6531073..567c37c 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.dll b/X10D.dll
index 0dd2358..9098b8e 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/X10D.xml b/X10D.xml
index 9ecb0d2..1bd9fcd 100644
--- a/X10D.xml
+++ b/X10D.xml
@@ -5856,6 +5856,19 @@
LINQ-inspired extension methods for .
+
+
+ Concatenates a single value to the end of a sequence.
+
+ The source sequence.
+ The value to concatenate to the end of the source sequence.
+ The type of the elements in .
+
+ An that contains the concatenated elements of the input sequence, and the specified
+ value.
+
+ is .
+
Filters a sequence of values by omitting elements that match a specified value.
@@ -9778,118 +9791,6 @@
is .
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The condition to evaluate.
- The string to append if the condition is true.
- The concatenated string.
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The function that returns the condition to evaluate.
- The string to append if the condition is true.
- The concatenated string.
- is .
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
-
- The function that returns the condition to evaluate, with given as an argument.
-
- The string to append if the condition is true.
- The concatenated string.
- is .
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The condition to evaluate.
- The function that returns the string to append if the condition is true.
- The concatenated string.
- is .
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The condition to evaluate.
-
- The function that returns the string to append if the condition is true, with given as an
- argument.
-
- The concatenated string.
- is .
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The function that returns the condition to evaluate.
- The function that returns the string to append if the condition is true.
- The concatenated string.
-
- or is .
-
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
- The function that returns the condition to evaluate.
-
- The function that returns the string to append if the condition is true, with given as an
- argument.
-
- The concatenated string.
-
- or is .
-
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
-
- The function that returns the condition to evaluate, with given as an argument.
-
- The function that returns the string to append if the condition is true.
- The concatenated string.
-
- or is .
-
-
-
-
- Appends a string to the current string if the specified condition evaluates to .
-
- The current string.
-
- The function that returns the condition to evaluate, with given as an argument.
-
-
- The function that returns the string to append if the condition is true, with given as an
- argument.
-
- The concatenated string.
-
- or is .
-
-
Counts the occurrences of a character within the current character span.
diff --git a/package.json b/package.json
index 5854cdb..381fc81 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
- "version": "4.0.0-nightly.236",
+ "version": "3.2.1-nightly.237",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [