StyleMVVM 2.0.3

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

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 628 1/14/2014
3.1.4 88 10/4/2013
3.1.3 79 9/18/2013
3.1.2 71 9/18/2013
3.1.1 75 8/31/2013
3.1.0 79 8/31/2013
3.0.3 81 6/27/2013
3.0.2 57 6/24/2013
3.0.1 71 6/24/2013
3.0.0 79 6/17/2013
2.3.2 57 6/2/2013
2.3.1 61 5/24/2013
2.3.0 68 5/20/2013
2.2.0 79 5/12/2013
2.1.0 67 3/26/2013
2.1.0-beta3 70 3/12/2013
2.1.0-beta2 63 3/12/2013
2.1.0-beta 62 3/6/2013
2.0.5 84 1/4/2013
2.0.4 71 12/16/2012
2.0.3 59 10/25/2012
2.0.2 78 10/18/2012
2.0.1 81 10/6/2012
2.0.0 80 10/6/2012
1.1.7 87 9/13/2012
1.1.6 77 9/13/2012
1.1.5 73 8/29/2012
1.1.4 91 8/19/2012
1.1.3 70 8/11/2012
1.1.2 85 8/6/2012
1.1.1 84 8/4/2012
1.1.0 80 8/2/2012
1.0.5 87 7/31/2012
1.0.4 69 7/30/2012
1.0.3 66 7/30/2012
1.0.2 84 7/25/2012
1.0.1 75 7/24/2012
1.0.0 81 7/24/2012

This is a feature and bug fix release.
   The main new feature is the ability to attach event handlers in xaml using the new syntax View:EventHandlers.Attach="EventName => ViewModelMethod($sender,$eventArgs); (More Handlers) ".
   Bug Fixes: IUIVisualizationService has been restored (it wasn't being exported properply), and
   DelegateCommand not raising the CanExecuteChanged event properly (introduced in 2.0).
   It's recommended you upgrade the msi installer as well so your templates match the current code base. Also check out the new example app.