ConsoleTools 0.1.0
Prefix ReservedSee the version list below for details.
dotnet add package ConsoleTools --version 0.1.0
NuGet\Install-Package ConsoleTools -Version 0.1.0
<PackageReference Include="ConsoleTools" Version="0.1.0" />
<PackageVersion Include="ConsoleTools" Version="0.1.0" />
<PackageReference Include="ConsoleTools" />
paket add ConsoleTools --version 0.1.0
#r "nuget: ConsoleTools, 0.1.0"
#addin nuget:?package=ConsoleTools&version=0.1.0
#tool nuget:?package=ConsoleTools&version=0.1.0
A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ConsoleTools:
Package | Downloads |
---|---|
ConsoleMvc
A small framework that helps to structure the presentation level of a console application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 2,581 | 9/5/2024 |
1.2.0 | 245 | 8/17/2024 |
1.1.1 | 38,911 | 4/5/2022 |
1.0.0 | 2,435 | 2/28/2022 |
0.5.5 | 1,422 | 12/14/2021 |
0.5.4 | 63,109 | 3/7/2020 |
0.5.3 | 7,913 | 1/4/2020 |
0.5.2 | 55,115 | 3/18/2019 |
0.5.1 | 12,778 | 9/11/2018 |
0.5.0 | 917 | 9/4/2018 |
0.4.0 | 1,250 | 5/16/2018 |
0.3.0 | 1,413 | 1/24/2018 |
0.2.0 | 1,572 | 1/15/2018 |
0.1.0 | 1,396 | 1/7/2018 |
0.0.2 | 1,376 | 1/5/2018 |
0.0.1 | 1,375 | 1/3/2018 |
- Renamed some controls (removed the "Control" word from their names).
- Added demo for YesNoQuestion control.
- Added demo project for Pause control.
- Renamed some classes and properties in majority of the controls. (Breaking changes)
- ProgressBar: Added ShowValue property (Optional display of the value).
- Spinner: Added ShowLabel property (Optional display of the label).
- Added background color properties for labels in TextInput, TextOutput, ListInput, ListOutput.
- Added static methods to most of the controls to easily use them with default values.
- Added XML documentation comments to some of the controls (not finished yet).