UniversalFormsToolkit 1.0.34

dotnet add package UniversalFormsToolkit --version 1.0.34
                    
NuGet\Install-Package UniversalFormsToolkit -Version 1.0.34
                    
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.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UniversalFormsToolkit" Version="1.0.34" />
                    
Directory.Packages.props
<PackageReference Include="UniversalFormsToolkit" />
                    
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 UniversalFormsToolkit --version 1.0.34
                    
#r "nuget: UniversalFormsToolkit, 1.0.34"
                    
#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.
#addin nuget:?package=UniversalFormsToolkit&version=1.0.34
                    
Install UniversalFormsToolkit as a Cake Addin
#tool nuget:?package=UniversalFormsToolkit&version=1.0.34
                    
Install UniversalFormsToolkit as a Cake Tool

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,804 6/23/2020
1.0.33 995 6/23/2020
1.0.32-pre 858 6/23/2020
1.0.31-pre 840 6/23/2020
1.0.30-pre 786 6/23/2020
1.0.29-pre 810 6/23/2020
1.0.28-pre 876 6/23/2020
1.0.27-pre 829 6/23/2020
1.0.26 966 6/23/2020
1.0.25 993 6/23/2020
1.0.24 1,299 9/11/2019
1.0.23 1,042 9/10/2019
1.0.22 1,231 12/3/2018
1.0.21 1,209 11/21/2018
1.0.20 1,376 7/23/2018
1.0.19 1,604 5/16/2017
1.0.18 1,557 4/17/2017
1.0.17 1,547 2/23/2017
1.0.16 1,525 2/18/2017
1.0.15 1,520 2/10/2017
1.0.14 1,498 2/10/2017
1.0.13 1,546 9/16/2016
1.0.13-alpha01 1,350 5/14/2016
1.0.12 1,539 5/4/2016
1.0.12-alpha06 2,381 4/18/2016
1.0.12-alpha05 1,306 4/18/2016
1.0.12-alpha04 1,303 4/17/2016
1.0.12-alpha03 1,399 4/14/2016
1.0.12-alpha02 1,295 4/13/2016
1.0.12-alpha01 1,331 4/11/2016
1.0.11 1,576 4/10/2016
1.0.11-alpha8 1,437 4/9/2016
1.0.11-alpha7 1,326 4/9/2016
1.0.11-alpha6 1,319 4/9/2016
1.0.11-alpha5 1,357 4/8/2016
1.0.11-alpha4 1,317 4/8/2016
1.0.11-alpha3 1,315 4/8/2016
1.0.11-alpha2 1,300 4/8/2016
1.0.11-alpha 1,320 4/8/2016
1.0.10 1,555 4/6/2016
1.0.9 1,539 4/6/2016
1.0.8-alpha 1,340 4/6/2016
1.0.7 1,536 4/2/2016
1.0.6 1,545 4/1/2016
1.0.5 1,573 4/1/2016
1.0.4 1,481 4/1/2016
1.0.3 1,497 4/1/2016
1.0.2 1,489 4/1/2016
1.0.1 1,495 4/1/2016
1.0.0 1,535 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.26
     Fixed nuget references
     1.0.25
     Updated Windows SDK Target to the latest
     Updated Nuget Packages
     Removed Support for PRISM

     1.0.24
     Updated Projects
     1.0.23
     Updated to NetStandard 2.0
     1.0.22
     - Downgraded Nuget Packages because there is a bug in the Microsoft Store
     1.0.21
     - Fixed some bugs, updated nuget packages
     1.0.20
     - Fixed bug with TimePicker with Time Value
     1.0.19
     - Fixed bug with TimePicker
     1.0.18
     - Fixed bug with the dispatcher of the App

     1.0.17
     - Added support to use Tab key to navigate in the form and detect collapsed controls

     1.0.16
     - Added support to use Tab key to navigate in the form and detect disabled controls

     1.0.15
     - Added support to use Tab key to navigate in the form

     1.0.13
     - Fixed some bugs with the minimum size of the items

     1.0.11 Added more features
     - Summary control
     - Improved performance
     - Fixed some bugs with some attributes

     1.0.9 Fixed bugs with nullable datetime

     1.07
     fixed minor bugs

     1.0.6
     Fixed problems with the title of the form