ConTabs.tdwright
0.3.1
See the version list below for details.
Install-Package ConTabs.tdwright -Version 0.3.1
dotnet add package ConTabs.tdwright --version 0.3.1
<PackageReference Include="ConTabs.tdwright" Version="0.3.1" />
paket add ConTabs.tdwright --version 0.3.1
#r "nuget: ConTabs.tdwright, 0.3.1"
// Install ConTabs.tdwright as a Cake Addin
#addin nuget:?package=ConTabs.tdwright&version=0.3.1
// Install ConTabs.tdwright as a Cake Tool
#tool nuget:?package=ConTabs.tdwright&version=0.3.1
Simple yet flexible ascii tables for your console output.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- NETStandard.Library (>= 1.6.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 |
---|---|---|
2.0.0-preview2 | 464 | 2/19/2019 |
2.0.0-preview1 | 635 | 12/19/2018 |
2.0.0-netstandard2-preview1 | 615 | 12/19/2018 |
1.3.0 | 3,146 | 8/24/2018 |
1.2.0 | 814 | 4/3/2018 |
1.1.0 | 779 | 2/24/2018 |
1.0.0 | 762 | 1/31/2018 |
0.3.1 | 855 | 1/2/2018 |
0.3.0 | 780 | 12/29/2017 |
0.2.0 | 920 | 12/18/2017 |
0.1.1 | 695 | 11/21/2017 |
0.1.0 | 792 | 11/18/2017 |
This release has a couple of new pieces of functionality. One that may cause changed behaviour is the inclusion of base types when searching for public properties to use as columns.
The addition of a mechanism to change the way long strings are handled is another new feature. Users can specify that long strings should be left alone (old behaviour and the new default), or that they should either be truncated of word-wrapped.
UPDATE: In v0.3.1 Output builder is now capable of handling multi-line strings, which fixes the broken word-wrap functionality.