Version 1.0.1

Date 2024-03-06 (194 days ago)
Downloads 1,883 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 4.5 .NET 4.7.2

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Forms --version 1.0.1

NuGet Package Manager:

Install-Package Limbo.Forms -Version 1.0.1

#changelog">Changelog

  • Updated the Skybrud.Essentials dependency (see 3437974)
    The dependency was six versions behind, so might as well update it.

  • Added SetName extension method for the Form class (see f3b27f9)
    A new SetName extension method is now available for setting the form name. Might be useful in a method chain or similar.

  • Added misc overloads for initializing a new Form instance (02598c5)
    There is now a new constructor overload as well as a new Create method overload supporting a number of additional parameters.