Skip to content

Commit

Permalink
v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark committed Aug 29, 2022
1 parent 02e1ad0 commit b4663d1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.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",
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.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",
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.5",
"version": "2.4.6",
"unity": "2018.4",
"description": "",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Loxodon.Framework/Assets/LoxodonFramework/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b4663d1

Please sign in to comment.