TommasoScalici.MVVMExtensions 1.0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package TommasoScalici.MVVMExtensions --version 1.0.1.3
NuGet\Install-Package TommasoScalici.MVVMExtensions -Version 1.0.1.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="TommasoScalici.MVVMExtensions" Version="1.0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TommasoScalici.MVVMExtensions --version 1.0.1.3
#r "nuget: TommasoScalici.MVVMExtensions, 1.0.1.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 TommasoScalici.MVVMExtensions as a Cake Addin
#addin nuget:?package=TommasoScalici.MVVMExtensions&version=1.0.1.3

// Install TommasoScalici.MVVMExtensions as a Cake Tool
#tool nuget:?package=TommasoScalici.MVVMExtensions&version=1.0.1.3

This package contains some helper classes for MVVM pattern.
- ObservableObject and ObservableTask (wrapper of Task but more MVVM-friendly).
- Standard RelayCommand and RelayCommand<T>.
- AsyncCommand, AsyncCommand<TResult> and AsyncCommand<TParameter, TResult> for asynchronous Commands that take Tasks as execute action.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
Universal Windows Platform netcore50 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
1.0.2.5 1,682 8/30/2017
1.0.2.4 1,492 8/29/2017
1.0.2.3 1,488 8/28/2017
1.0.2.2 1,564 2/28/2017
1.0.2.1 1,595 2/28/2017
1.0.2 1,697 2/22/2017
1.0.1.6 1,658 7/14/2016
1.0.1.5 1,711 7/14/2016
1.0.1.4 1,663 7/14/2016
1.0.1.3 1,554 3/21/2016
1.0.1.1 1,623 11/20/2015

Updated to support UWP (10586).
Added Read/Write model for property notification that don't require the use of a filed as a backing store.