TextDisplay.net
1.0.0.1
dotnet add package TextDisplay.net --version 1.0.0.1
NuGet\Install-Package TextDisplay.net -Version 1.0.0.1
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="TextDisplay.net" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TextDisplay.net --version 1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TextDisplay.net, 1.0.0.1"
#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 TextDisplay.net as a Cake Addin #addin nuget:?package=TextDisplay.net&version=1.0.0.1 // Install TextDisplay.net as a Cake Tool #tool nuget:?package=TextDisplay.net&version=1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This packages allows console to display full colors images based on current resolution.
Powershell example:
To add Nuget Repository Source
Register-PackageSource -Name MyNuGet -Location https://www.nuget.org/api/v2 -ProviderName NuGet
Load assembly
add-type -path (Get-ChildItem -Filter *.dll -Recurse (Split-Path (Get-Package textdisplay.net).Source)).FullName
Set console output encoding to Utf8
[System.Console]::OutputEncoding=[System.Text.Encoding]::Utf8
Display Url as image:
[textdisplay.Display]::Show((new-object uri("https://www.google.fr/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png")))
Display image from file:
[textdisplay.Display]::Show("c:\pictures\picture.png")
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.0.1 | 559 | 9/23/2020 |
First release !