StyleMVVM 2.0.2
See the version list below for details.
dotnet add package StyleMVVM --version 2.0.2
NuGet\Install-Package StyleMVVM -Version 2.0.2
<PackageReference Include="StyleMVVM" Version="2.0.2" />
paket add StyleMVVM --version 2.0.2
#r "nuget: StyleMVVM, 2.0.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
WinRT | winrt45 is compatible. |
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,354 | 1/14/2014 |
3.1.4 | 2,740 | 10/4/2013 |
3.1.3 | 2,650 | 9/18/2013 |
3.1.2 | 1,502 | 9/18/2013 |
3.1.1 | 2,572 | 8/31/2013 |
3.1.0 | 1,220 | 8/31/2013 |
3.0.3 | 3,107 | 6/27/2013 |
3.0.2 | 2,495 | 6/24/2013 |
3.0.1 | 2,541 | 6/24/2013 |
3.0.0 | 2,498 | 6/17/2013 |
2.3.2 | 1,947 | 6/2/2013 |
2.3.1 | 2,016 | 5/24/2013 |
2.3.0 | 1,930 | 5/20/2013 |
2.2.0 | 1,778 | 5/12/2013 |
2.1.0 | 1,919 | 3/26/2013 |
2.1.0-beta3 | 1,142 | 3/12/2013 |
2.1.0-beta2 | 1,014 | 3/12/2013 |
2.1.0-beta | 1,212 | 3/6/2013 |
2.0.5 | 1,776 | 1/4/2013 |
2.0.4 | 1,749 | 12/16/2012 |
2.0.3 | 1,669 | 10/25/2012 |
2.0.2 | 1,600 | 10/18/2012 |
2.0.1 | 1,443 | 10/6/2012 |
2.0.0 | 1,807 | 10/6/2012 |
1.1.7 | 1,383 | 9/13/2012 |
1.1.6 | 1,351 | 9/13/2012 |
1.1.5 | 1,356 | 8/29/2012 |
1.1.4 | 1,381 | 8/19/2012 |
1.1.3 | 1,414 | 8/11/2012 |
1.1.2 | 1,310 | 8/6/2012 |
1.1.1 | 1,335 | 8/4/2012 |
1.1.0 | 1,388 | 8/2/2012 |
1.0.5 | 1,350 | 7/31/2012 |
1.0.4 | 1,325 | 7/30/2012 |
1.0.3 | 1,351 | 7/30/2012 |
1.0.2 | 1,330 | 7/25/2012 |
1.0.1 | 1,304 | 7/24/2012 |
1.0.0 | 1,407 | 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.