-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Major Changes] - Upgrade Unity editor version: 2021.3.19f1 (LTS) [Minor Changes] - General: Upgrade plugin library - protobuf-net: 3.1.33 -> 3.2.8
- Loading branch information
1 parent
fc12b17
commit 27e2f7e
Showing
112 changed files
with
5,602 additions
and
3,272 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file removed
BIN
-581 KB
Assets/Plugins/System.Collections.Immutable.1.7.1/System.Collections.Immutable.1.7.1.nupkg
Binary file not shown.
375 changes: 0 additions & 375 deletions
375
Assets/Plugins/System.Collections.Immutable.1.7.1/THIRD-PARTY-NOTICES.TXT
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-176 KB
...ts/Plugins/System.Collections.Immutable.1.7.1/lib/net461/System.Collections.Immutable.dll
Binary file not shown.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Assets/Plugins/System.Collections.Immutable.1.7.1/version.txt.meta
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...s/System.Collections.Immutable.1.7.1.meta → ...s/System.Collections.Immutable.7.0.0.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 39 additions & 8 deletions
47
...Collections.Immutable.1.7.1/Icon.png.meta → ...Collections.Immutable.7.0.0/Icon.png.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...gins/System.Memory.4.5.4/LICENSE.TXT.meta → ...lections.Immutable.7.0.0/LICENSE.TXT.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
Assets/Plugins/System.Collections.Immutable.7.0.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## About | ||
|
||
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. | ||
|
||
The `System.Collections.Immutable` library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks. | ||
|
||
For more information, see the documentation: | ||
|
||
- [Collections and Data Structures](https://docs.microsoft.com/dotnet/standard/collections/) | ||
- [System.Collections.Immutable API reference](https://docs.microsoft.com/dotnet/api/system.collections.immutable) |
Binary file added
BIN
+526 KB
Assets/Plugins/System.Collections.Immutable.7.0.0/System.Collections.Immutable.7.0.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...mory.4.5.4/System.Memory.4.5.4.nupkg.meta → ...em.Collections.Immutable.7.0.0.nupkg.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.