1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-22 19:28:48 +00:00

Bump upm to 3.2.0-nightly.125

This commit is contained in:
Oliver Booth 2022-07-14 10:25:19 +01:00
parent 73d06cf70b
commit ce4bf0a8f0
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
4 changed files with 14 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -562,6 +562,19 @@
</param>
<exception cref="T:System.ArgumentNullException"><paramref name="source" /> is <see langword="null" />.</exception>
</member>
<member name="M:X10D.Collections.ListExtensions.Swap``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})">
<summary>
Swaps all elements in a list with the elements in another list.
</summary>
<param name="source">The first list.</param>
<param name="other">The second list.</param>
<typeparam name="T">The type of the elements in <paramref name="source" /> and <paramref name="other" />.</typeparam>
<exception cref="T:System.ArgumentNullException">
<para><paramref name="source" /> is <see langword="null" />.</para>
-or-
<para><paramref name="other" /> is <see langword="null" />.</para>
</exception>
</member>
<member name="T:X10D.Core.EnumExtensions">
<summary>
Extension methods for <see langword="enum" /> types.

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "3.2.0-nightly.124",
"version": "3.2.0-nightly.125",
"unity": "2021.2",
"description": "Extension methods on crack",
"keywords": ["dotnet", "extension-methods"],