ShivaMvvm 0.1.8.3

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

// Install ShivaMvvm as a Cake Tool
#tool nuget:?package=ShivaMvvm&version=0.1.8.3

Helper classes to make ViewModels less verbose. It provides a generic ViewModel class that automatically implements INotifyPropertyChanged, IEditableObject and INotifyDataErrorInfo for the wrapped object using Dynamic Proxy method. This class also facilitates configuring validation against some rules using a configuration class with fluent syntax. Find out more at the project website.

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.

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
0.1.8.3 1,478 9/14/2015
0.1.8.2 1,055 6/23/2015
0.1.8.1 1,002 6/23/2015
0.1.8 995 6/23/2015
0.1.7 1,153 5/30/2015
0.1.6.2 1,432 3/2/2015
0.1.6.1 1,036 2/7/2015
0.1.6 1,019 2/7/2015
0.1.3.2 1,016 1/14/2015
0.1.3.1 1,099 1/14/2015
0.1.2 1,366 12/18/2014
0.1.1 1,144 11/25/2014

Bug fixes.