MvvmNano.Core 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmNano.Core --version 2.3.0
NuGet\Install-Package MvvmNano.Core -Version 2.3.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="MvvmNano.Core" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmNano.Core --version 2.3.0
#r "nuget: MvvmNano.Core, 2.3.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 MvvmNano.Core as a Cake Addin
#addin nuget:?package=MvvmNano.Core&version=2.3.0

// Install MvvmNano.Core as a Cake Tool
#tool nuget:?package=MvvmNano.Core&version=2.3.0

The small and smart MVVM framework made with ❤ for Xamarin.Forms.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MvvmNano.Core:

Package Downloads
MvvmNano.Forms

The small and smart MVVM framework made with ❤ for Xamarin.Forms.

MvvmNano.Ninject

The small and smart MVVM framework made with ❤ for Xamarin.Forms.

MvvmNano.TinyIoC

Dependency injection adapter made for MvvmNano based on TinyIoC.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0 5,740 12/7/2017
3.1.0 1,961 10/4/2017
3.0.2 1,198 8/3/2017
3.0.1 1,111 1/10/2017
2.3.1 1,195 1/2/2017
2.3.0 1,480 10/31/2016

Extends the IPresenter interface and changes the behavior of MvvmNanoIoc: Interfaces are now unregistered (unbound) before registration. So there won't occur exceptions when a registration is done for the second time.