MicroMVVM 1.1.5

dotnet add package MicroMVVM --version 1.1.5
NuGet\Install-Package MicroMVVM -Version 1.1.5
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="MicroMVVM" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroMVVM --version 1.1.5
#r "nuget: MicroMVVM, 1.1.5"
#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 MicroMVVM as a Cake Addin
#addin nuget:?package=MicroMVVM&version=1.1.5

// Install MicroMVVM as a Cake Tool
#tool nuget:?package=MicroMVVM&version=1.1.5

MVVM
MicroMVVM fetches the exportable ViewModels found within an application and attaches each ViewModel to the corresponding View.

Inversion of Control
MicroMVVM leverages the Dependency Injection pattern, the framework fetches Transient and Singleton exportable services and injects these interfaces in the ViewModel's constructor.

Navigation
MicroMVVM.Navigation allows an easy way to navigate from one view to another from the ViewModels. Also provides the means to pass complex objects from one view to another.

Services
IConnectionService and ILayoutService are available in MicroMVVM.Services to notify the application when the internet connection has been lost and when the application layout has changed. IStorageFileService and IToastMessageService are available to access the files found in the roaming folder and to show toast messages.

Blendabililty
MicroMVVM offers the facility to include designtime data which can be viewed in Blend and Visual Studio.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
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
1.1.5 2,073 3/27/2014
1.1.4 1,320 11/6/2013
1.1.3 1,181 10/31/2013
1.1.2 1,244 9/2/2013
1.1.1 1,216 8/28/2013
1.1.0 1,324 8/2/2013
1.0.9 1,276 7/23/2013
1.0.8 1,379 7/23/2013
1.0.7 1,583 7/23/2013
1.0.6 1,564 7/19/2013
1.0.5 1,505 7/10/2013
1.0.4 1,403 7/10/2013
1.0.3 1,441 7/10/2013
1.0.2 1,407 7/10/2013
1.0.1 1,472 7/10/2013
1.0.0 1,461 7/9/2013