Skip to content

Commit 96b0b8e

Browse files
committed
Rewrite nuget.md and update package description
- Complete nuget.md rewrite to match current feature set - Remove outdated Spectre.Console dependency claims - Add canvas drawing, terminal emulator, compositor effects, MVVM sections - Update controls table with all 30+ controls - Update package description and tags in csproj
1 parent da5a429 commit 96b0b8e

2 files changed

Lines changed: 85 additions & 292 deletions

File tree

SharpConsoleUI/SharpConsoleUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<PackageId>SharpConsoleUI</PackageId>
1818
<Version>0.0.1</Version>
1919
<Authors>Nikolaos Protopapas</Authors>
20-
<Description>Multi-window TUI framework for .NET 9. Combines Spectre.Console rich markup with true overlapping windows, per-window threads, and double-buffered rendering. Cross-platform (Windows, Linux, macOS).</Description>
20+
<Description>Multi-window TUI framework for .NET 9 with true overlapping windows, 30+ controls, embedded terminal emulator, canvas drawing, native markup rendering, and async per-window threads. Double-buffered rendering with dirty-region tracking. Cross-platform (Windows, Linux, macOS).</Description>
2121
<PackageReleaseNotes>Bug fixes and performance improvements</PackageReleaseNotes>
2222
<Copyright>Copyright © 2025-2026 Nikolaos Protopapas</Copyright>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageProjectUrl>https://github.com/nickprotop/ConsoleEx</PackageProjectUrl>
2525
<RepositoryUrl>https://github.com/nickprotop/ConsoleEx</RepositoryUrl>
2626
<RepositoryType>git</RepositoryType>
27-
<PackageTags>tui terminal-ui console-ui dotnet csharp spectre-console multi-window windowing framework cross-platform linux windows macos</PackageTags>
27+
<PackageTags>tui terminal-ui console-ui dotnet csharp multi-window windowing framework cross-platform linux windows macos canvas terminal-emulator</PackageTags>
2828
<PackageReadmeFile>nuget.md</PackageReadmeFile>
2929
<PackageIcon>icon.png</PackageIcon>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)