StyleMVVM 2.0.2

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

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

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.
WinRT winrt45 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.5 627 1/14/2014
3.1.4 87 10/4/2013
3.1.3 78 9/18/2013
3.1.2 70 9/18/2013
3.1.1 74 8/31/2013
3.1.0 78 8/31/2013
3.0.3 80 6/27/2013
3.0.2 56 6/24/2013
3.0.1 70 6/24/2013
3.0.0 78 6/17/2013
2.3.2 56 6/2/2013
2.3.1 60 5/24/2013
2.3.0 67 5/20/2013
2.2.0 78 5/12/2013
2.1.0 65 3/26/2013
2.1.0-beta3 69 3/12/2013
2.1.0-beta2 62 3/12/2013
2.1.0-beta 61 3/6/2013
2.0.5 83 1/4/2013
2.0.4 70 12/16/2012
2.0.3 58 10/25/2012
2.0.2 77 10/18/2012
2.0.1 79 10/6/2012
2.0.0 79 10/6/2012
1.1.7 86 9/13/2012
1.1.6 75 9/13/2012
1.1.5 72 8/29/2012
1.1.4 90 8/19/2012
1.1.3 69 8/11/2012
1.1.2 84 8/6/2012
1.1.1 83 8/4/2012
1.1.0 79 8/2/2012
1.0.5 85 7/31/2012
1.0.4 68 7/30/2012
1.0.3 65 7/30/2012
1.0.2 83 7/25/2012
1.0.1 73 7/24/2012
1.0.0 80 7/24/2012

This is a minor upgrade to the 2.0 series. It adds the ability mark a method for import (parameters are satisfied using the DI container). ImportAttribute can be applied to ImportConstructor parameters and ImportMethod parameters. Added code to flush the log file at startup. If you are using C# you will need to add the nuget package StyleMVVM.CSharp.