StyleMVVM 2.0.4

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

// Install StyleMVVM as a Cake Tool
#tool nuget:?package=StyleMVVM&version=2.0.4

StyleMVVM is a full featured MVVM framework designed from the ground up for the Windows Store platform. (C#, C++ and HTML/JS supported).

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 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.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on StyleMVVM:

Package Downloads
StyleMVVM.CSharp

StyleMVVM.CSharp is an adjunct to StyleMMVM for C# development (Windows Store App only)

StyleMVVM.Controls

StyleMVVM.Controls is the controls library to go with StyleMVVM

StyleMVVM.Conventions

StyleMVVM.Conventions is the conventions library for StyleMVVM

StyleMVVM.WCF

StyleMVVM.WCF library adds dependency injection to a WCF service (.Net only)

StyleMVVM.log4net

StyleMVVM.log4net library to route log messages to log4net (.Net only)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.5 5,185 1/14/2014
3.1.4 2,647 10/4/2013
3.1.3 2,542 9/18/2013
3.1.2 1,443 9/18/2013
3.1.1 2,459 8/31/2013
3.1.0 1,177 8/31/2013
3.0.3 2,978 6/27/2013
3.0.2 2,390 6/24/2013
3.0.1 2,430 6/24/2013
3.0.0 2,402 6/17/2013
2.3.2 1,863 6/2/2013
2.3.1 1,946 5/24/2013
2.3.0 1,847 5/20/2013
2.2.0 1,694 5/12/2013
2.1.0 1,834 3/26/2013
2.1.0-beta3 1,112 3/12/2013
2.1.0-beta2 984 3/12/2013
2.1.0-beta 1,147 3/6/2013
2.0.5 1,715 1/4/2013
2.0.4 1,680 12/16/2012
2.0.3 1,614 10/25/2012
2.0.2 1,539 10/18/2012
2.0.1 1,401 10/6/2012
2.0.0 1,740 10/6/2012
1.1.7 1,333 9/13/2012
1.1.6 1,308 9/13/2012
1.1.5 1,326 8/29/2012
1.1.4 1,334 8/19/2012
1.1.3 1,366 8/11/2012
1.1.2 1,271 8/6/2012
1.1.1 1,284 8/4/2012
1.1.0 1,342 8/2/2012
1.0.5 1,309 7/31/2012
1.0.4 1,286 7/30/2012
1.0.3 1,307 7/30/2012
1.0.2 1,290 7/25/2012
1.0.1 1,273 7/24/2012
1.0.0 1,368 7/24/2012

This is a feature and bug fix release.
   The new features include, Windows Phone 8 support, extensible ViewModel binding (ability to add your binding at ViewModel -> View binding time), IParentDataContextAwareViewModel interface allows a view model to access it's parents data context. Bug Fixes include: Back button not working nested frames, Region Navigation Fixes.
   Note: I've released a small set of controls that are helpful under StyleMVVM.Controls.