Windows.Mvvm 0.3.1

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

// Install Windows.Mvvm as a Cake Tool
#tool nuget:?package=Windows.Mvvm&version=0.3.1

The MVVM Framework is a compact and simple, yet powerful implementation of the MVVM pattern for UWP. It provides a strong model for managing the application lifecycle and the navigation. The MVVM framework decouples operation system functionality from the application logic by providing a powerful service system, which abstracts away any platform specific code from the application logic. Everything in the framework was build with the task awaitable pattern in mind, from application lifecycle management to navigation. The framework plays nice with all kinds of frameworks, for example the dependency injection mechanism build into the framework does not care what

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

This package has no dependencies.

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
0.3.7 1,694 6/28/2016
0.3.6 1,326 6/26/2016
0.3.5 1,349 5/16/2016
0.3.4 1,325 5/12/2016
0.3.3 1,286 5/12/2016
0.3.2 1,315 5/9/2016
0.3.1 1,325 5/1/2016
0.3.0 1,220 5/1/2016
0.2.9 1,691 4/21/2016

Added an IsEmpty property to the reactive collection and the derived reactive collection. Also added a HasValue property to the reactive property. This makes it easier to use the three types.