Skip to content

Commit 7a0f2d8

Browse files
authored
Fix the (NuGet package) description in the csproj (#9)
1 parent 9743b6a commit 7a0f2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.RichTextBox.Wpf/Serilog.Sinks.RichTextBox.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Version>0.0.1-local</Version>
3434
<Authors>C. Augusto Proiete &amp; Contributors</Authors>
3535
<Company>augustoproiete.net</Company>
36-
<Description>A Serilog sink that writes log events to Notepad.</Description>
36+
<Description>A Serilog sink that writes log events to any WPF RichTextBox control with coloring and custom theme support.</Description>
3737
<Copyright>Copyright 2021 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
3838
<PackageTags>serilog;sinks;richtextbox;wpf;windows;sink;colored;colors;color;theme;themes;windows-presentation-foundation;textbox</PackageTags>
3939
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)