Com.Xamtastic.Patterns.ViewModelFactory.dll 2.0.0

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

// Install Com.Xamtastic.Patterns.ViewModelFactory.dll as a Cake Tool
#tool nuget:?package=Com.Xamtastic.Patterns.ViewModelFactory.dll&version=2.0.0

Bindable Object View Model and supporting artefacts for the Xamarin.Forms ViewModelFactory pattern VROOM implementation of MVVM, with API at www.Xamtastic.com

ViewModelFactory Pattern for Xamarin.Forms is a lightweight library that affords the separation of concerns between the creation of Dynamic UI, and the creation and integration of the Services SDK that the UI drives and consumes.

It uses hyperbolic rendering to auto-generate complex UI based upon the cascading of a generic Bindable Object View Model.

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
2.0.0 3,433 7/19/2015
1.0.3 1,576 7/13/2015
1.0.2 1,531 7/10/2015
1.0.1 1,667 7/6/2015
1.0.0 1,721 7/6/2015

New view added:
CartestianListView, which allows a single tag and single binding to auto-generate the UI for a whole page.

New supporting artefacts:
AutoGridViewCollectionAdapter
CartesianListViewItemAdapter
PropertyChangedBase
BindableObjectCollectionViewPropertyAttribute

Various optimisations and code comments added.

Bug in AutoGridView fixed where an odd number of columns resulted in the last row not being displayed.

Breaking Changes - Various names normalised, as follows:
BindableObjectViewModel renamed to Boffin
VMDto renamed to Adapter
MDto renamed to Model
ViewModelsOperator renamed to ViewModelOperator