Skip to content

Commit

Permalink
1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chubrik committed Aug 20, 2023
1 parent 793e468 commit a0de587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Extended .NET console with coloring microsyntax, multiline pinning, write-to-position and most useful utils.
It’s designed with a focus on performance for professional use in complex tasks:
a huge number of asynchronous logs, with the need to highlight important and pin summary data.
XConsole is safe for multitasking, safe for console buffer overflow (9000+ lines), very easy to use.
XConsole is safe for multitasking, safe for console buffer overflow (9000+ lines), easy to use.

The main features are shown in the following image:

Expand Down
2 changes: 1 addition & 1 deletion XConsole/XConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/chubrik/XConsole</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.4.8</Version>
<Version>1.4.9</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a0de587

Please sign in to comment.