ConTabs.tdwright
0.2.0
Simple yet flexible ascii tables for your console output.
See the version list below for details.
Install-Package ConTabs.tdwright -Version 0.2.0
dotnet add package ConTabs.tdwright --version 0.2.0
<PackageReference Include="ConTabs.tdwright" Version="0.2.0" />
paket add ConTabs.tdwright --version 0.2.0
#r "nuget: ConTabs.tdwright, 0.2.0"
Release Notes
This release has one new piece of functionality: format strings. If the underlying type has a ToString() method that accepts a string, the column's FormatString property will be applied. This allows things like dates and numbers to have formatting applied at the column level.
Additionally, the codebase has been extensively refactored. There is one breaking change, as the Corners property of the Style class is no longer an array of chars. Several methods (including one of Style's constructors) have been deprecated, but may still be used at this time.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0-preview2 | 310 | 2/19/2019 |
2.0.0-preview1 | 460 | 12/19/2018 |
2.0.0-netstandard2-preview1 | 449 | 12/19/2018 |
1.3.0 | 2,859 | 8/24/2018 |
1.2.0 | 573 | 4/3/2018 |
1.1.0 | 536 | 2/24/2018 |
1.0.0 | 529 | 1/31/2018 |
0.3.1 | 609 | 1/2/2018 |
0.3.0 | 535 | 12/29/2017 |
0.2.0 | 658 | 12/18/2017 |
0.1.1 | 487 | 11/21/2017 |
0.1.0 | 552 | 11/18/2017 |