StyleMVVM 2.0.4
See the version list below for details.
dotnet add package StyleMVVM --version 2.0.4
NuGet\Install-Package StyleMVVM -Version 2.0.4
<PackageReference Include="StyleMVVM" Version="2.0.4" />
<PackageVersion Include="StyleMVVM" Version="2.0.4" />
<PackageReference Include="StyleMVVM" />
paket add StyleMVVM --version 2.0.4
#r "nuget: StyleMVVM, 2.0.4"
#:package StyleMVVM@2.0.4
#addin nuget:?package=StyleMVVM&version=2.0.4
#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 | Versions 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. |
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 | 6,078 | 1/14/2014 |
| 3.1.4 | 3,320 | 10/4/2013 |
| 3.1.3 | 3,226 | 9/18/2013 |
| 3.1.2 | 1,984 | 9/18/2013 |
| 3.1.1 | 3,155 | 8/31/2013 |
| 3.1.0 | 1,653 | 8/31/2013 |
| 3.0.3 | 3,695 | 6/27/2013 |
| 3.0.2 | 3,070 | 6/24/2013 |
| 3.0.1 | 3,107 | 6/24/2013 |
| 3.0.0 | 3,064 | 6/17/2013 |
| 2.3.2 | 2,450 | 6/2/2013 |
| 2.3.1 | 2,515 | 5/24/2013 |
| 2.3.0 | 2,427 | 5/20/2013 |
| 2.2.0 | 2,277 | 5/12/2013 |
| 2.1.0 | 2,419 | 3/26/2013 |
| 2.1.0-beta3 | 1,636 | 3/12/2013 |
| 2.1.0-beta2 | 1,436 | 3/12/2013 |
| 2.1.0-beta | 1,698 | 3/6/2013 |
| 2.0.5 | 2,257 | 1/4/2013 |
| 2.0.4 | 2,241 | 12/16/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.