Skip to content

Commit

Permalink
Merge pull request #56 from LibraStack/develop
Browse files Browse the repository at this point in the history
Bug fixes.
  • Loading branch information
ChebanovDD authored Aug 15, 2023
2 parents d460944 + 3b8644e commit c9b5575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ partial class BindingContextProvider
[System.Serializable]
public new class UxmlSerializedData : BindingContextProvider<IBindingContext>.UxmlSerializedData
{
public override object CreateInstance() => new BindingContextProvider();
}
#else
public new class UxmlTraits : BindingContextProvider<IBindingContext>.UxmlTraits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.chebanovdd.unitymvvmtoolkit",
"displayName": "Unity MVVM Toolkit",
"author": { "name": "ChebanovDD", "url": "https://github.com/ChebanovDD" },
"version": "1.1.7",
"version": "1.1.8",
"unity": "2018.4",
"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.",
"keywords": [ "mvvm", "binding", "ui", "toolkit" ],
Expand Down

0 comments on commit c9b5575

Please sign in to comment.