MugenMvvmToolkit.Android.Fragment 4.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MugenMvvmToolkit.Android.Fragment --version 4.0.0
NuGet\Install-Package MugenMvvmToolkit.Android.Fragment -Version 4.0.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.Fragment" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MugenMvvmToolkit.Android.Fragment --version 4.0.0
#r "nuget: MugenMvvmToolkit.Android.Fragment, 4.0.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.Fragment as a Cake Addin
#addin nuget:?package=MugenMvvmToolkit.Android.Fragment&version=4.0.0

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

This package is obsolete use the MugenMvvmToolkit package instead.

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

- Changed namespace for platform specific assembly from MugenMvvmToolkit to MugenMvvmToolkit.PlatformName (WPF, WinForms, etc) (Breaking changes).
     - Merged MugenMvvmToolkit.Android.Fragment and MugenMvvmToolkit.Android.ActionBar projects into MugenMvvmToolkit.Android project (Breaking changes).
     - Changed System.Linq.Expressions.Expression usage, instead of using the direct creation of expression vm => vm.Property, it is now created using a delegate () => vm => vm.Property (Breaking changes).
     - Renamed methods from GetPropertyName to GetMemberName (Breaking changes).
     - Renamed methods from PropertyNameEqual to MemberNameEqual (Breaking changes).
     - Fixed (ItemsSourceAdapter leaks in Fragments and nested Adapters).
     - Added the ability to use custom C# expression for binding parameters.
     - Added the BindableLayoutInflater class (Android).
     - Added the MvvmAppCompatActivity class (Android).
     - Added extension methods (GetBindingMemberValue, TryGetBindingMemberValue, SetBindingMemberValue), that unifies the work with attached members.
     - Added the AttachedMembers class for all platforms that contains platform specific attached members.
     - Added ability to remove a Page from back stack when a view model is closed (Android, iOS, WinRT, Xamarin.Forms).
     - Added ability to work with WPF and WinForms in a single project.
     - Added BindingInitializing and BindingInitialized events to the IBindingProvider interface that allows to intercept binding creation.
     - Added BindingModeToBehavior property to BindingServiceProvider instead of BindingParser.BindingModeToAction property.
     - Added support for Android Design Support Library.
     - Updated binding modes to handle some specific cases.
     - Improved performance (Binding).
     - Improved navigation system.
     - Updated support libraries to 22.2.1.0 (Android).
     - A large number of small changes.
     - Minor changes.