ClForms 1.0.22
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ClForms --version 1.0.22
NuGet\Install-Package ClForms -Version 1.0.22
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="ClForms" Version="1.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClForms --version 1.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ClForms, 1.0.22"
#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 ClForms as a Cake Addin #addin nuget:?package=ClForms&version=1.0.22 // Install ClForms as a Cake Tool #tool nuget:?package=ClForms&version=1.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is a framework for make console application with pseudographics interface
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
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.30 | 450 | 5/3/2021 |
1.0.29 | 351 | 1/24/2021 |
1.0.28 | 344 | 1/5/2021 |
1.0.27 | 405 | 1/2/2021 |
1.0.26 | 425 | 10/24/2020 |
1.0.25 | 466 | 8/1/2020 |
1.0.24 | 507 | 7/12/2020 |
1.0.23 | 436 | 5/11/2020 |
1.0.22 | 442 | 5/11/2020 |
1.0.21 | 491 | 5/10/2020 |
1.0.20 | 446 | 5/5/2020 |
1.0.19 | 441 | 4/27/2020 |
1.0.18 | 445 | 4/16/2020 |
1.0.17 | 464 | 4/16/2020 |
1.0.16 | 429 | 4/15/2020 |
1.0.15 | 439 | 4/14/2020 |
1.0.14 | 438 | 4/12/2020 |
1.0.13 | 505 | 4/11/2020 |
1.0.12 | 470 | 4/10/2020 |
1.0.11 | 493 | 4/7/2020 |
1.0.10 | 495 | 4/5/2020 |
1.0.9 | 461 | 4/1/2020 |
1.0.8 | 453 | 3/31/2020 |
1.0.7 | 466 | 3/29/2020 |
1.0.6 | 455 | 3/25/2020 |
1.0.5 | 473 | 3/22/2020 |
1.0.4 | 474 | 3/22/2020 |
1.0.3 | 513 | 3/22/2020 |
1.0.2 | 472 | 3/21/2020 |
1.0.1 | 472 | 3/21/2020 |
Fix invalidate visual elements when bg or fg are NotSet
Added BackgroundIsTransparent and ForegroundIsTransparent properties into Control
Fix Measure and Arrange of StackPanel
Fix Measure and Arrange of Window