FusionMVVM 2.0.0-alpha3

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

// Install FusionMVVM as a Cake Tool
#tool nuget:?package=FusionMVVM&version=2.0.0-alpha3&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

Features
- [#19] WindowLocatorBase.GetBaseName tests.
- [#21] Autoload UserControls in Window.
- [#20] Automatically bind a UserControl to the parent Window.

Bugfixes
- [#18] ReSharper Annotations attributes are erased from metadata by default.