FusionMVVM 2.0.0-alpha4

This is a prerelease version of FusionMVVM.
dotnet add package FusionMVVM --version 2.0.0-alpha4
NuGet\Install-Package FusionMVVM -Version 2.0.0-alpha4
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-alpha4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FusionMVVM --version 2.0.0-alpha4
#r "nuget: FusionMVVM, 2.0.0-alpha4"
#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-alpha4&prerelease

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

FusionMVVM is a toolkit made for WPF, and provides some easy-to-use features for creating MVVM applications, with focus on dependency injection and loosely-coupled design.

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

Features
- Minor changes, more tests and some refactoring.

Bugfixes
- [#25] NullReferenceException when showing window from another project. (Thanks to togocoder)
- [#27] Views inherited from Window or UserControl not registered in WindowLocator.