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.
<PackageVersion Include="ShivaMvvm" Version="0.1.8.3" />
                    
Directory.Packages.props
<PackageReference Include="ShivaMvvm" />
                    
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 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.
#:package ShivaMvvm@0.1.8.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShivaMvvm&version=0.1.8.3
                    
Install as a Cake Addin
#tool nuget:?package=ShivaMvvm&version=0.1.8.3
                    
Install as a Cake Tool

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,774 9/14/2015
0.1.8.2 1,315 6/23/2015
0.1.8.1 1,264 6/23/2015
0.1.8 1,253 6/23/2015
0.1.7 1,535 5/30/2015
0.1.6.2 1,702 3/2/2015
0.1.6.1 1,303 2/7/2015
0.1.6 1,285 2/7/2015
0.1.3.2 1,281 1/14/2015
0.1.3.1 1,363 1/14/2015
0.1.2 1,628 12/18/2014
0.1.1 1,406 11/25/2014

Bug fixes.