Skip to content

Commit

Permalink
CLOiSim-3.1.1
Browse files Browse the repository at this point in the history
[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
hyunseok-yang authored Mar 3, 2023
1 parent fc12b17 commit 27e2f7e
Show file tree
Hide file tree
Showing 112 changed files with 5,602 additions and 3,272 deletions.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Assets/Plugins/System.Collections.Immutable.7.0.0/README.md
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 not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 27e2f7e

Please sign in to comment.