BRichTextBox 1.1.6

dotnet add package BRichTextBox --version 1.1.6
                    
NuGet\Install-Package BRichTextBox -Version 1.1.6
                    
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="BRichTextBox" Version="1.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BRichTextBox" Version="1.1.6" />
                    
Directory.Packages.props
<PackageReference Include="BRichTextBox" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BRichTextBox --version 1.1.6
                    
#r "nuget: BRichTextBox, 1.1.6"
                    
#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.
#:package BRichTextBox@1.1.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BRichTextBox&version=1.1.6
                    
Install as a Cake Addin
#tool nuget:?package=BRichTextBox&version=1.1.6
                    
Install as a Cake Tool

BRichTextBox

Extended WinForms RichTextBox with colored log lines, exception helpers, auto-scroll and optional timestamps.

Features

  • AppendLine(text, color) — append colored text
  • AppendErr(text) — append red error line
  • AppendExc(exception) — append exception message (red)
  • AutoScrollToBottom — auto-scroll to latest line
  • AddDate — prefix each line with current date/time
  • SuspendPainting / ResumePainting — flicker-free batch updates

Targets

.NET 4.0, .NET 4.6.2, .NET 8 (Windows)

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • net8.0-windows7.0

    • 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.1.6 116 4/18/2026
1.1.5 103 4/18/2026
1.1.4 106 4/18/2026
1.1.3 106 4/18/2026
1.1.2 97 4/18/2026
1.1.1 101 4/18/2026
1.1.0 107 4/18/2026
1.0.9 486 11/20/2025
1.0.8 449 11/20/2025
1.0.7 445 11/20/2025
1.0.5 625 6/7/2022
1.0.4 373 6/7/2022
1.0.3 378 6/7/2022
1.0.2 368 6/7/2022
1.0.1 370 6/7/2022
1.0.0 362 6/7/2022