XamarinFormsScaffolding 1.0.2.1

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

// Install XamarinFormsScaffolding as a Cake Tool
#tool nuget:?package=XamarinFormsScaffolding&version=1.0.2.1

Scaffolding entry forms for Xamarin.Forms projects

There are no supported framework assets in this 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
1.0.2.1 1,413 6/8/2015
1.0.2 1,091 6/4/2015
1.0.1 1,116 5/29/2015
1.0.0.2 1,022 5/28/2015
1.0.0.1 998 5/28/2015
1.0.0 1,256 5/28/2015

1.0.2.1 Bug fix: Entry databinding was using EntryCell Text Binding
 1.0.2.0 Generated Models now have an overloaded constructor that accepts the model as a parameter.
         Added a default submit button.
 Added default padding
 Added a default height to Editor
 1.0.1.0 Switch layout to use StackLayout rather than TableView. TableView is still too buggy to use. Added labels to display values of slider and stepper controls
 1.0.0.2 Fix bug where fields were being copied to all successive classes
 1.0.0.1 Remove project dll and copy code files only
 1.0.0.0 Initial Build