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.
<PackageVersion Include="XamarinFormsScaffolding" Version="1.0.2.1" />
                    
Directory.Packages.props
<PackageReference Include="XamarinFormsScaffolding" />
                    
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 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.
#:package XamarinFormsScaffolding@1.0.2.1
                    
#: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=XamarinFormsScaffolding&version=1.0.2.1
                    
Install as a Cake Addin
#tool nuget:?package=XamarinFormsScaffolding&version=1.0.2.1
                    
Install as a Cake Tool

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,667 6/8/2015
1.0.2 1,322 6/4/2015
1.0.1 1,348 5/29/2015
1.0.0.2 1,246 5/28/2015
1.0.0.1 1,223 5/28/2015
1.0.0 1,487 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