Skip to content

Commit

Permalink
v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark committed Jan 10, 2024
1 parent c1ad9a4 commit 49ce197
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 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.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin that uses Unity's addressable asset system to load resources.",
"license": "MIT",
Expand Down Expand Up @@ -31,6 +31,6 @@
"relatedPackages": {},
"dependencies": {
"com.unity.addressables": "1.1.10",
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
}
}
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.6.3",
"version": "2.6.4",
"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-data-litedb",
"displayName": "Loxodon Framework Data LiteDB",
"version": "2.6.3",
"version": "2.6.4",
"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 All @@ -21,7 +21,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-data": "2.6.3"
"com.vovgou.loxodon-framework-data": "2.6.4"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-data-newtonsoft",
"displayName": "Loxodon Framework Data Newtonsoft.JSON",
"version": "2.6.3",
"version": "2.6.4",
"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 All @@ -21,7 +21,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-data": "2.6.3",
"com.vovgou.loxodon-framework-data": "2.6.4",
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-data",
"displayName": "Loxodon Framework Data",
"version": "2.6.3",
"version": "2.6.4",
"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 All @@ -27,7 +27,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"repository": {
"type": "git",
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.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-fody-bindingproxy",
"displayName": "Loxodon Framework Fody BindingProxy",
"version": "2.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin for static weaving code that integrates BindingProxy.Fody into a Unity project.",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-fody": "2.6.3",
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework-fody": "2.6.4",
"com.vovgou.loxodon-framework": "2.6.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-fody-propertychanged",
"displayName": "Loxodon Framework Fody PropertyChanged",
"version": "2.6.3",
"version": "2.6.4",
"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 All @@ -20,6 +20,6 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-fody": "2.6.3"
"com.vovgou.loxodon-framework-fody": "2.6.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-fody-tostring",
"displayName": "Loxodon Framework Fody ToString",
"version": "2.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin for static weaving code that integrates ToString.Fody into a Unity project.",
"license": "MIT",
Expand All @@ -20,6 +20,6 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-fody": "2.6.3"
"com.vovgou.loxodon-framework-fody": "2.6.4"
}
}
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.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin for static weaving code that integrates Fody into a 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-ilruntime",
"displayName": "Loxodon Framework ILRuntime",
"version": "2.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "ILRuntime",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"relatedPackages": {},
"dependencies": {
"com.ourpalm.ilruntime": "2.0.2",
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
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.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin for the Loxodon.Framework, which supports reading localized resources from csv files.",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
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.6.3",
"version": "2.6.4",
"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 Expand Up @@ -31,7 +31,7 @@
},
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.vovgou.loxodon-framework-nlog",
"displayName": "Loxodon Framework NLog",
"version": "2.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "This is a plugin for the logging feature of Loxodon.Framework, which helps you use NLog in your Unity project.",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
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.6.3",
"version": "2.6.4",
"unity": "2018.4",
"description": "Loxodon Framework OSA",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
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.6.3",
"version": "2.6.4",
"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-textformatting",
"displayName": "Loxodon Framework TextFormatting",
"version": "2.6.3",
"version": "2.6.4",
"unity": "2021.3",
"description": "This is a text formatting plug-in, which is modified based on the C# official library and reduces GC as much as possible.",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
},
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"samples": [
{
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.6.3",
"version": "2.6.4",
"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 All @@ -27,7 +27,7 @@
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework": "2.6.3"
"com.vovgou.loxodon-framework": "2.6.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 49ce197

Please sign in to comment.