DynamicMVVM 0.0.0.1

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

// Install DynamicMVVM as a Cake Tool
#tool nuget:?package=DynamicMVVM&version=0.0.0.1

The DynamicMVVM is a set of classes which help developer to get started in the Model - View - ViewModel pattern WPF (not supported on Silverlight). It is a small framework that contains only Dynamic ViewModel and Dynamic Model.
The DynamicViewModel Allows developer to create the Command’s Execute method and CanExecute method without the ICommand property.

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.

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.0.0.1 2,390 3/5/2012

This is a alfa release.
for more info download Demo project from the https://dynamicmvvm.codeplex.com/ website.