StyleMVVM 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package StyleMVVM --version 1.1.2
                    
NuGet\Install-Package StyleMVVM -Version 1.1.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="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StyleMVVM" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="StyleMVVM" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StyleMVVM --version 1.1.2
                    
#r "nuget: StyleMVVM, 1.1.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.
#:package StyleMVVM@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StyleMVVM&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=StyleMVVM&version=1.1.2
                    
Install as a Cake Tool

Style MVVM is a light weight framework that helps you develop Metro application easier.

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.

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,624 1/14/2014
3.1.4 2,942 10/4/2013
3.1.3 2,860 9/18/2013
3.1.2 1,714 9/18/2013
3.1.1 2,772 8/31/2013
3.1.0 1,419 8/31/2013
3.0.3 3,310 6/27/2013
3.0.2 2,708 6/24/2013
3.0.1 2,746 6/24/2013
3.0.0 2,701 6/17/2013
2.3.2 2,146 6/2/2013
2.3.1 2,220 5/24/2013
2.3.0 2,134 5/20/2013
2.2.0 1,989 5/12/2013
2.1.0 2,126 3/26/2013
2.1.0-beta3 1,345 3/12/2013
2.1.0-beta2 1,218 3/12/2013
2.1.0-beta 1,412 3/6/2013
2.0.5 1,984 1/4/2013
2.0.4 1,958 12/16/2012
2.0.3 1,884 10/25/2012
2.0.2 1,810 10/18/2012
2.0.1 1,650 10/6/2012
2.0.0 2,013 10/6/2012
1.1.7 1,588 9/13/2012
1.1.6 1,560 9/13/2012
1.1.5 1,569 8/29/2012
1.1.4 1,582 8/19/2012
1.1.3 1,619 8/11/2012
1.1.2 1,512 8/6/2012
1.1.1 1,537 8/4/2012
1.1.0 1,592 8/2/2012
1.0.5 1,552 7/31/2012
1.0.4 1,530 7/30/2012
1.0.3 1,557 7/30/2012
1.0.2 1,534 7/25/2012
1.0.1 1,505 7/24/2012
1.0.0 1,608 7/24/2012

This release is mainly a bug fix release that addresses Design Time ViewModels not being loaded sometimes and Regions created with DP where not working. The one feature added was WrappedCollection a class designed to wrap a data object with another object (ViewModel).