Skip to content

Commit c9b5575

Browse files
authored
Merge pull request #56 from LibraStack/develop
Bug fixes.
2 parents d460944 + 3b8644e commit c9b5575

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/UnityMvvmToolkit.UnityPackage/Assets/Plugins/UnityMvvmToolkit/Runtime/UITK/BindableUIElements/Uxmls/BindingContextProvider.Uxml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ partial class BindingContextProvider
1313
[System.Serializable]
1414
public new class UxmlSerializedData : BindingContextProvider<IBindingContext>.UxmlSerializedData
1515
{
16+
public override object CreateInstance() => new BindingContextProvider();
1617
}
1718
#else
1819
public new class UxmlTraits : BindingContextProvider<IBindingContext>.UxmlTraits

src/UnityMvvmToolkit.UnityPackage/Assets/Plugins/UnityMvvmToolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.chebanovdd.unitymvvmtoolkit",
33
"displayName": "Unity MVVM Toolkit",
44
"author": { "name": "ChebanovDD", "url": "https://github.com/ChebanovDD" },
5-
"version": "1.1.7",
5+
"version": "1.1.8",
66
"unity": "2018.4",
77
"description": "The Unity Mvvm Toolkit allows you to use data binding to establish a connection between the app UI and the data it displays. This is a simple and consistent way to achieve clean separation of business logic from UI.",
88
"keywords": [ "mvvm", "binding", "ui", "toolkit" ],

0 commit comments

Comments
 (0)