Horizon.MvvmFramework 1.0.3

dotnet add package Horizon.MvvmFramework --version 1.0.3
NuGet\Install-Package Horizon.MvvmFramework -Version 1.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="Horizon.MvvmFramework" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Horizon.MvvmFramework --version 1.0.3
#r "nuget: Horizon.MvvmFramework, 1.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.
// Install Horizon.MvvmFramework as a Cake Addin
#addin nuget:?package=Horizon.MvvmFramework&version=1.0.3

// Install Horizon.MvvmFramework as a Cake Tool
#tool nuget:?package=Horizon.MvvmFramework&version=1.0.3

Simple and lightweight MVVM framework.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Horizon.MvvmFramework:

Package Downloads
Horizon.MvvmFramework.Wpf

WPF Extensions and Behaviors for the MvvmFramework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,145 11/28/2016
1.0.2 973 11/28/2016
1.0.1 1,766 11/27/2016
1.0.0 1,192 11/26/2016

Introduced INotifiableCommand, which allows to trigger change notifications on demand. Optimized behavior of parameterized command with tautologic canExecute delegate.