Skip to content

Bug fixes. #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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