Skip to content

Commit

Permalink
Upgrade fody to version 6.6.3
Browse files Browse the repository at this point in the history
To avoid compatibility issues with Mono.Cecil.dll between multiple asset packages, use Assembly.Load() to load assemblies.
  • Loading branch information
Clark committed Sep 14, 2022
1 parent 921ae45 commit 69a1a8d
Show file tree
Hide file tree
Showing 38 changed files with 589 additions and 422 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-addressable",
"displayName": "Loxodon Framework Addressable",
"version": "2.4.7",
"version": "2.4.8",
"unity": "2018.4",
"description": "This is a plugin that uses Unity's addressable asset system to load resources.",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-connection",
"displayName": "Loxodon Framework Connection",
"version": "2.4.7",
"version": "2.4.8",
"unity": "2018.4",
"description": "This is a network component, using TCP protocol to connect to the server by default.",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-fgui",
"displayName": "Loxodon Framework FairyGUI",
"version": "2.4.7",
"version": "2.4.8",
"unity": "2018.4",
"description": "",
"license": "MIT",
Expand Down
16 changes: 14 additions & 2 deletions Loxodon.Framework.Fody/Assets/LoxodonFramework/Fody/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ This product is governed by the MIT license; however, the following components a
A. Fody

LICENSE:MIT
Plugins/Editor/Fody/LICENSE.txt
https://github.com/Fody/Fody/blob/master/License.txt
HOMEPAGE:
https://github.com/Fody/Fody

B. Fody.Unity

LICENSE:MIT
Plugins/Editor/Fody/LICENSE.txt
HOMEPAGE:
https://github.com/vovgou/Fody.Unity

C. Mono.Cecil

LICENSE:MIT
https://github.com/jbevain/cecil/blob/master/LICENSE.txt


B. PropertyChanged.Fody
D. PropertyChanged.Fody

LICENSE:MIT
Plugins/Editor/PropertyChanged.Fody/LICENSE.txt
Expand Down
Binary file not shown.

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

Binary file not shown.

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Simon Cropp
Copyright (c) 2022 Clark Yang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file not shown.

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

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 69a1a8d

Please sign in to comment.