From b4663d14f9f4782b3299d3f591f0f43d764fc971 Mon Sep 17 00:00:00 2001 From: Clark Date: Mon, 29 Aug 2022 18:04:17 +0800 Subject: [PATCH] v2.4.6 --- .../Assets/LoxodonFramework/Addressable/package.json | 2 +- .../Assets/LoxodonFramework/Connection/package.json | 2 +- .../Assets/LoxodonFramework/FairyGUI/package.json | 2 +- .../Assets/LoxodonFramework/Fody/package.json | 2 +- .../Assets/LoxodonFramework/ILRuntime/package.json | 2 +- .../Assets/LoxodonFramework/LocalizationsForCsv/package.json | 2 +- .../Assets/LoxodonFramework/Log4Net/package.json | 2 +- Loxodon.Framework.OSA/Assets/LoxodonFramework/OSA/package.json | 2 +- .../Assets/LoxodonFramework/Obfuscation/package.json | 2 +- .../Assets/LoxodonFramework/UIToolkit/package.json | 2 +- Loxodon.Framework/Assets/LoxodonFramework/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Loxodon.Framework.Addressable/Assets/LoxodonFramework/Addressable/package.json b/Loxodon.Framework.Addressable/Assets/LoxodonFramework/Addressable/package.json index 816f7b6b..f40b071a 100644 --- a/Loxodon.Framework.Addressable/Assets/LoxodonFramework/Addressable/package.json +++ b/Loxodon.Framework.Addressable/Assets/LoxodonFramework/Addressable/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-addressable", "displayName": "Loxodon Framework Addressable", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a plugin that uses Unity's addressable asset system to load resources.", "license": "MIT", diff --git a/Loxodon.Framework.Connection/Assets/LoxodonFramework/Connection/package.json b/Loxodon.Framework.Connection/Assets/LoxodonFramework/Connection/package.json index 612f03fe..7ab9dabd 100644 --- a/Loxodon.Framework.Connection/Assets/LoxodonFramework/Connection/package.json +++ b/Loxodon.Framework.Connection/Assets/LoxodonFramework/Connection/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-connection", "displayName": "Loxodon Framework Connection", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a network component, using TCP protocol to connect to the server by default.", "license": "MIT", diff --git a/Loxodon.Framework.FairyGUI/Assets/LoxodonFramework/FairyGUI/package.json b/Loxodon.Framework.FairyGUI/Assets/LoxodonFramework/FairyGUI/package.json index 10d7aa8a..8b21b556 100644 --- a/Loxodon.Framework.FairyGUI/Assets/LoxodonFramework/FairyGUI/package.json +++ b/Loxodon.Framework.FairyGUI/Assets/LoxodonFramework/FairyGUI/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-fgui", "displayName": "Loxodon Framework FairyGUI", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "", "license": "MIT", diff --git a/Loxodon.Framework.Fody/Assets/LoxodonFramework/Fody/package.json b/Loxodon.Framework.Fody/Assets/LoxodonFramework/Fody/package.json index ed8406aa..224ad999 100644 --- a/Loxodon.Framework.Fody/Assets/LoxodonFramework/Fody/package.json +++ b/Loxodon.Framework.Fody/Assets/LoxodonFramework/Fody/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-fody", "displayName": "Loxodon Framework Fody", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a plugin for static weaving code that integrates PropertyChanged.Fody into a Unity project, it can inject code which raises the PropertyChanged event into property setters of classes which implement INotifyPropertyChanged.", "license": "MIT", diff --git a/Loxodon.Framework.ILRuntime/Assets/LoxodonFramework/ILRuntime/package.json b/Loxodon.Framework.ILRuntime/Assets/LoxodonFramework/ILRuntime/package.json index c327ef7a..50f6e0a9 100644 --- a/Loxodon.Framework.ILRuntime/Assets/LoxodonFramework/ILRuntime/package.json +++ b/Loxodon.Framework.ILRuntime/Assets/LoxodonFramework/ILRuntime/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-ilruntime", "displayName": "Loxodon Framework ILRuntime", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "ILRuntime", "license": "MIT", diff --git a/Loxodon.Framework.LocalizationsForCsv/Assets/LoxodonFramework/LocalizationsForCsv/package.json b/Loxodon.Framework.LocalizationsForCsv/Assets/LoxodonFramework/LocalizationsForCsv/package.json index ae78a0ea..b070dade 100644 --- a/Loxodon.Framework.LocalizationsForCsv/Assets/LoxodonFramework/LocalizationsForCsv/package.json +++ b/Loxodon.Framework.LocalizationsForCsv/Assets/LoxodonFramework/LocalizationsForCsv/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-localization-csv", "displayName": "Loxodon Framework Localization CSV", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a plugin for the Loxodon.Framework, which supports reading localized resources from csv files.", "license": "MIT", diff --git a/Loxodon.Framework.Log4Net/Assets/LoxodonFramework/Log4Net/package.json b/Loxodon.Framework.Log4Net/Assets/LoxodonFramework/Log4Net/package.json index 3f99a65b..03fa2c4c 100644 --- a/Loxodon.Framework.Log4Net/Assets/LoxodonFramework/Log4Net/package.json +++ b/Loxodon.Framework.Log4Net/Assets/LoxodonFramework/Log4Net/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-log4net", "displayName": "Loxodon Framework Log4Net", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a plugin for the logging feature of Loxodon.Framework, which helps you use Log4Net in your Unity project.", "license": "MIT", diff --git a/Loxodon.Framework.OSA/Assets/LoxodonFramework/OSA/package.json b/Loxodon.Framework.OSA/Assets/LoxodonFramework/OSA/package.json index 381dc97d..d9a12c8d 100644 --- a/Loxodon.Framework.OSA/Assets/LoxodonFramework/OSA/package.json +++ b/Loxodon.Framework.OSA/Assets/LoxodonFramework/OSA/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-osa", "displayName": "Loxodon Framework OSA", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "Loxodon Framework OSA", "license": "MIT", diff --git a/Loxodon.Framework.Obfuscation/Assets/LoxodonFramework/Obfuscation/package.json b/Loxodon.Framework.Obfuscation/Assets/LoxodonFramework/Obfuscation/package.json index a08bdd04..c07f468c 100644 --- a/Loxodon.Framework.Obfuscation/Assets/LoxodonFramework/Obfuscation/package.json +++ b/Loxodon.Framework.Obfuscation/Assets/LoxodonFramework/Obfuscation/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-obfuscation", "displayName": "Loxodon Framework Obfuscation", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "This is a library that supports memory obfuscation of numeric types, it ensures that your sensitive data will not be found by the memory scanners and searchers.", "license": "MIT", diff --git a/Loxodon.Framework.UIToolkit/Assets/LoxodonFramework/UIToolkit/package.json b/Loxodon.Framework.UIToolkit/Assets/LoxodonFramework/UIToolkit/package.json index 7d9eb102..3ca39178 100644 --- a/Loxodon.Framework.UIToolkit/Assets/LoxodonFramework/UIToolkit/package.json +++ b/Loxodon.Framework.UIToolkit/Assets/LoxodonFramework/UIToolkit/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework-uitoolkit", "displayName": "Loxodon Framework UIToolkit", - "version": "2.4.5", + "version": "2.4.6", "unity": "2021.3", "description": "LoxodonFramework is a lightweight MVVM(Model-View-ViewModel) framework built specifically to target Unity3D. Databinding and localization are supported.It has a very flexible extensibility.It makes your game development faster and easier.\n\nFor tutorials,examples and support,please see the project.You can also discuss the project in the Unity Forums.\n\nThe plugin is compatible with MacOSX,Windows,Linux,UWP,IOS and Android,and provides all the source code of the project.", "license": "MIT", diff --git a/Loxodon.Framework/Assets/LoxodonFramework/package.json b/Loxodon.Framework/Assets/LoxodonFramework/package.json index 51c789d8..1694b6aa 100644 --- a/Loxodon.Framework/Assets/LoxodonFramework/package.json +++ b/Loxodon.Framework/Assets/LoxodonFramework/package.json @@ -1,7 +1,7 @@ { "name": "com.vovgou.loxodon-framework", "displayName": "Loxodon Framework", - "version": "2.4.5", + "version": "2.4.6", "unity": "2018.4", "description": "LoxodonFramework is a lightweight MVVM(Model-View-ViewModel) framework built specifically to target Unity3D. Databinding and localization are supported.It has a very flexible extensibility.It makes your game development faster and easier.\n\nFor tutorials,examples and support,please see the project.You can also discuss the project in the Unity Forums.\n\nThe plugin is compatible with MacOSX,Windows,Linux,UWP,IOS and Android,and provides all the source code of the project.", "license": "MIT",