MugenMvvmToolkit.Android.RecyclerView 5.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MugenMvvmToolkit.Android.RecyclerView --version 5.1.0
NuGet\Install-Package MugenMvvmToolkit.Android.RecyclerView -Version 5.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MugenMvvmToolkit.Android.RecyclerView" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MugenMvvmToolkit.Android.RecyclerView --version 5.1.0
#r "nuget: MugenMvvmToolkit.Android.RecyclerView, 5.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MugenMvvmToolkit.Android.RecyclerView as a Cake Addin
#addin nuget:?package=MugenMvvmToolkit.Android.RecyclerView&version=5.1.0

// Install MugenMvvmToolkit.Android.RecyclerView as a Cake Tool
#tool nuget:?package=MugenMvvmToolkit.Android.RecyclerView&version=5.1.0

This package adds Android Support Library v7 RecyclerView support for MugenMvvmToolkit.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.5.0 2,674 5/22/2017
6.0.0 1,085 8/29/2016
5.1.0 1,199 11/21/2015

Core:
     - Fixed incorrect behavior of the SuspendNotifications method in the SynchronizedNotifiableCollection class when using in UI thread.
     - Removed the IViewModelSettings.DisposeIocContainer property.
     - Added the IConfigurableWrapperManager interface.
     - Updated the WrapperRegistrationModuleBase class now it uses the IConfigurableWrapperManager interface instead of the WrapperManager class.

Binding:
     - Removed null-check for the method call expressions.
     - Optimized memory usage for the AttachedBindingMember class.

Android:
     - Removed the BindableLayoutInflater class.
     - Changed the view creation factory.
     - Optimized the cache strategy for weak references.
 - Increased the bindings performance.

Xamarin.Forms:
     - Updated Xamarin.Forms to 2.0.0.6482.