MugenMvvmToolkit.Android.AppCompat 3.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MugenMvvmToolkit.Android.AppCompat --version 3.4.0
                    
NuGet\Install-Package MugenMvvmToolkit.Android.AppCompat -Version 3.4.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.AppCompat" Version="3.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MugenMvvmToolkit.Android.AppCompat" Version="3.4.0" />
                    
Directory.Packages.props
<PackageReference Include="MugenMvvmToolkit.Android.AppCompat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MugenMvvmToolkit.Android.AppCompat --version 3.4.0
                    
#r "nuget: MugenMvvmToolkit.Android.AppCompat, 3.4.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.
#:package MugenMvvmToolkit.Android.AppCompat@3.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MugenMvvmToolkit.Android.AppCompat&version=3.4.0
                    
Install as a Cake Addin
#tool nuget:?package=MugenMvvmToolkit.Android.AppCompat&version=3.4.0
                    
Install as a Cake Tool

This package adds Adnroid Support Library v7 AppCompat 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.1 108 4/10/2015
3.4.0 55 4/5/2015
3.3.0 77 3/1/2015
1.0.0 91 12/31/2014

- Fixed incorrect operator precedence (Binding).
     - Changed algorithm of methods resolution (Binding).
     - Added support for (?.) null conditional operator (Binding).
     - Added the INavigationOperation interface instead of IAsyncOperation<bool?> that contains the NavigationCompletedTask property that allows to wait for the completion of navigation.
     - Added support for Popup and SettingsFlyout views (WinRT).
     - Added FromAsyncHandler method to the RelayCommandBase class that allows to create task-based commands.
     - Added the IBusyToken interface.
     - Added new flags for the LoadMode enum RuntimeDebug and RuntimeRelease.
     - Added UserControl class for Android can be used as an alternative to the fragment.
     - Removed the EndBusy method.
     - Optimized memory usage for ViewModelBase.
     - Minor changes.