WpfAsyncPack 1.6.0

dotnet add package WpfAsyncPack --version 1.6.0
                    
NuGet\Install-Package WpfAsyncPack -Version 1.6.0
                    
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="WpfAsyncPack" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WpfAsyncPack" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="WpfAsyncPack" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WpfAsyncPack --version 1.6.0
                    
#r "nuget: WpfAsyncPack, 1.6.0"
                    
#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.
#addin nuget:?package=WpfAsyncPack&version=1.6.0
                    
Install WpfAsyncPack as a Cake Addin
#tool nuget:?package=WpfAsyncPack&version=1.6.0
                    
Install WpfAsyncPack as a Cake Tool

An async implementations of delegate command and other base common classes for WPF.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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.

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
1.6.0 1,588 8/8/2017
1.5.0 1,094 11/13/2016
1.4.0 1,009 11/10/2016
1.3.1 1,038 10/29/2016
1.3.0 1,008 10/23/2016
1.2.0 1,014 10/18/2016
1.1.0 996 10/15/2016
1.0.0 1,003 10/15/2016

Added generic version of IAsyncCommand (contributor: Peter �ulek).