ObscureWare.Console.Operations
0.3.3.21623
See the version list below for details.
dotnet add package ObscureWare.Console.Operations --version 0.3.3.21623
NuGet\Install-Package ObscureWare.Console.Operations -Version 0.3.3.21623
<PackageReference Include="ObscureWare.Console.Operations" Version="0.3.3.21623" />
paket add ObscureWare.Console.Operations --version 0.3.3.21623
#r "nuget: ObscureWare.Console.Operations, 0.3.3.21623"
// Install ObscureWare.Console.Operations as a Cake Addin #addin nuget:?package=ObscureWare.Console.Operations&version=0.3.3.21623 // Install ObscureWare.Console.Operations as a Cake Tool #tool nuget:?package=ObscureWare.Console.Operations&version=0.3.3.21623
This library allows for console operations, like table / frame display. Requires Obscureware.Console.Core to support coloring and console control
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ObscureWare.Console.Core (>= 0.3.0.28607)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ObscureWare.Console.Operations:
Package | Downloads |
---|---|
ObscureWare.Console.Commands
This library is robust, flexible console command engine that cooperates with our Console.Core coloring engine. It supports various types of syntax and provides separation of models, commands and console output, which is good for proper unit testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.6.17490 | 1,565 | 1/11/2017 |
0.3.5.2343 | 1,459 | 1/8/2017 |
0.3.3.21623 | 1,072 | 1/6/2017 |
0.3.2.35728 | 1,247 | 1/5/2017 |
0.3.1.29654 | 1,340 | 1/5/2017 |
0.3.0.28768 | 1,496 | 1/5/2017 |
0.2.9.25878 | 1,299 | 1/5/2017 |
0.2.8.42937 | 1,308 | 1/4/2017 |
0.2.6.22882 | 1,282 | 1/4/2017 |
0.2.5.19066 | 1,081 | 1/4/2017 |
0.2.4.18740 | 1,130 | 1/4/2017 |
0.2.2.16266 | 1,328 | 1/4/2017 |
0.2.1.42496 | 1,385 | 1/3/2017 |
0.1.13.33290 | 1,053 | 1/3/2017 |
0.1.12.31760 | 1,067 | 1/3/2017 |
0.1.11.42930 | 1,148 | 1/2/2017 |
0.1.10.672 | 1,830 | 1/1/2017 |
0.1.9.393 | 1,153 | 1/1/2017 |
0.1.8.40533 | 1,308 | 1/1/2017 |
0.1.5.41214 | 1,244 | 12/30/2016 |
0.1.4.40791 | 1,032 | 12/30/2016 |
0.1.2.22993 | 1,240 | 12/27/2016 |
0.1.1.1761 | 1,237 | 12/27/2016 |
0.1.0 | 1,491 | 12/23/2016 |
Version is still BETA.
Added DynamicDataTable that does not store vectorized objects, but is vectorizing on demand.