FusionMVVM 2.0.0-alpha1

This is a prerelease version of FusionMVVM.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FusionMVVM --version 2.0.0-alpha1
NuGet\Install-Package FusionMVVM -Version 2.0.0-alpha1
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="FusionMVVM" Version="2.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FusionMVVM --version 2.0.0-alpha1
#r "nuget: FusionMVVM, 2.0.0-alpha1"
#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 FusionMVVM as a Cake Addin
#addin nuget:?package=FusionMVVM&version=2.0.0-alpha1&prerelease

// Install FusionMVVM as a Cake Tool
#tool nuget:?package=FusionMVVM&version=2.0.0-alpha1&prerelease

A small and easy-to-use MVVM toolkit for WPF.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-alpha4 94 2/14/2015
2.0.0-alpha3 72 2/3/2015
2.0.0-alpha2 78 1/10/2015
2.0.0-alpha1 66 1/4/2015
1.3.3 178 10/18/2014
1.3.2 113 9/24/2014
1.3.1 142 7/7/2014
1.3.0 102 7/6/2014
1.2.2 94 5/22/2014
1.2.1 85 5/18/2014
1.2.0 100 5/17/2014

Initial alpha release. All ViewModels and Models should inherit from the abstract base classes. Ioc container that supports normal and singleton objects, for loosely coupled design. RelayCommand to execute actions in ViewModels. WindowLocator to control Views from their ViewModels. For more information about the features, visit the Wiki on GitHub.