UniversalFormsToolkit 1.0.11-alpha7

This is a prerelease version of UniversalFormsToolkit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package UniversalFormsToolkit --version 1.0.11-alpha7
NuGet\Install-Package UniversalFormsToolkit -Version 1.0.11-alpha7
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="UniversalFormsToolkit" Version="1.0.11-alpha7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalFormsToolkit --version 1.0.11-alpha7
#r "nuget: UniversalFormsToolkit, 1.0.11-alpha7"
#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 UniversalFormsToolkit as a Cake Addin
#addin nuget:?package=UniversalFormsToolkit&version=1.0.11-alpha7&prerelease

// Install UniversalFormsToolkit as a Cake Tool
#tool nuget:?package=UniversalFormsToolkit&version=1.0.11-alpha7&prerelease

This small framework will help you to build forms fast and easy in your UWP apps.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 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
1.0.34 1,678 6/23/2020
1.0.33 907 6/23/2020
1.0.32-pre 774 6/23/2020
1.0.31-pre 765 6/23/2020
1.0.30-pre 705 6/23/2020
1.0.29-pre 737 6/23/2020
1.0.28-pre 782 6/23/2020
1.0.27-pre 747 6/23/2020
1.0.26 866 6/23/2020
1.0.25 896 6/23/2020
1.0.24 1,187 9/11/2019
1.0.23 954 9/10/2019
1.0.22 1,132 12/3/2018
1.0.21 1,112 11/21/2018
1.0.20 1,247 7/23/2018
1.0.19 1,448 5/16/2017
1.0.18 1,388 4/17/2017
1.0.17 1,405 2/23/2017
1.0.16 1,380 2/18/2017
1.0.15 1,377 2/10/2017
1.0.14 1,358 2/10/2017
1.0.13 1,394 9/16/2016
1.0.13-alpha01 1,200 5/14/2016
1.0.12 1,380 5/4/2016
1.0.12-alpha06 2,257 4/18/2016
1.0.12-alpha05 1,185 4/18/2016
1.0.12-alpha04 1,171 4/17/2016
1.0.12-alpha03 1,261 4/14/2016
1.0.12-alpha02 1,174 4/13/2016
1.0.12-alpha01 1,189 4/11/2016
1.0.11 1,425 4/10/2016
1.0.11-alpha8 1,270 4/9/2016
1.0.11-alpha7 1,192 4/9/2016
1.0.11-alpha6 1,181 4/9/2016
1.0.11-alpha5 1,221 4/8/2016
1.0.11-alpha4 1,171 4/8/2016
1.0.11-alpha3 1,191 4/8/2016
1.0.11-alpha2 1,164 4/8/2016
1.0.11-alpha 1,173 4/8/2016
1.0.10 1,408 4/6/2016
1.0.9 1,376 4/6/2016
1.0.8-alpha 1,210 4/6/2016
1.0.7 1,386 4/2/2016
1.0.6 1,386 4/1/2016
1.0.5 1,419 4/1/2016
1.0.4 1,336 4/1/2016
1.0.3 1,351 4/1/2016
1.0.2 1,344 4/1/2016
1.0.1 1,346 4/1/2016
1.0.0 1,391 4/1/2016

https://github.com/RikardoPons/UniversalFormsToolkit/blob/master/README.md

     Build Forms for UWP Windows 10

     Features
     - Create a form based in a bussines Object
     - Use attributes to set the order or the controls
     - Support common controls like textbox,combobox,DateTimePicker,NumericUpdown etc..
     - Build a read only form
     - Supported a simple validation

     See also
     - UniversalFormsToolkit works better with validations using MVVM Validation Helpers.
     - You can use your own logic to validate your bussines objects.

     1.0.9 Fixed bugs with nullable datetime
     
     1.07
     fixed minor bugs
     
     1.0.6
     Fixed problems with the title of the form