INotify.Wpf 19.4.15.1208

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

// Install INotify.Wpf as a Cake Tool
#tool nuget:?package=INotify.Wpf&version=19.4.15.1208

Inheritable classes that implement notifying interfaces.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
19.4.15.1208 1,610 12/8/2015
19.1.15.1103 1,226 11/4/2015
18.13.15.1015 1,199 10/16/2015
18.12.15.1015 959 10/15/2015
18.11.15.1005 1,392 10/6/2015
18.9.15.926 1,448 9/26/2015
18.7.15.925 1,319 9/25/2015
18.6.15.923 1,266 9/24/2015
18.5.15.922 1,535 9/22/2015
18.4.15.922 1,282 9/22/2015

Fixed issue with calling command Execute and CanExecute when a parameter is required. It's now possible to pass the correct param value, whereas before it took the default value for the type declared.