MVVMExtensions 1.0.0.8

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

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

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.
.NET Framework net 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 148 3/15/2015
1.0.0.7 46 3/9/2015
1.0.0.6 44 3/7/2015
1.0.0.5 40 3/7/2015
1.0.0.4 39 3/7/2015
1.0.0.3 47 3/2/2015
1.0.0.2 63 1/24/2015
1.0.0.1 60 1/16/2015
1.0.0 67 1/14/2015

Added useful converters that can be found in the MVVMExtensions.Universal assembly, in the TommasoScalici.MVVMExtensions.Universal.Converters namespace.

The converters added are:

- BitmapImageConverter
- BooleanNegationConverter
- BooleanToOpacityConverter
- BooleanToVisibilityConverter
- ColorToBrushConverter
- DateTimeToLocalizedStringConverter
- NullToBooleanConverter
- ResourceStringConverter