Skip to content

Commit a170928

Browse files
committed
Update version to 3.1.2
1 parent d6f5db3 commit a170928

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## Release Notes - Serilog.Sinks.RichTextBox.WinForms.Colored v3.1.1
1+
## Release Notes - Serilog.Sinks.RichTextBox.WinForms.Colored v3.1.2
22

33
### What Changed
44

5-
- Fixed a bug where the TextFormatter would crash when the value or format was null or empty.
5+
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
6+
7+
### Contributors
8+
9+
- [Steffen S. Hellestøl](https://github.com/SteffenSH)
610

711
### Resources
812

Serilog.Sinks.RichTextBox.WinForms.Colored/Serilog.Sinks.RichTextBox.WinForms.Colored.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<TargetFrameworks>net462;net471;net6.0-windows;net8.0-windows;net9.0-windows;netcoreapp3.0-windows;netcoreapp3.1-windows</TargetFrameworks>
2323
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2424
<UseWindowsForms>true</UseWindowsForms>
25-
<Version>3.1.1</Version>
25+
<Version>3.1.2</Version>
2626
<PackageReleaseNotes>
27-
- Fixed a bug where the TextFormatter would crash when the value or format was null or empty.
27+
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
2828

29-
See repository for more information:
30-
https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored
29+
See repository for more information:
30+
https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored
3131
</PackageReleaseNotes>
3232
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
3333
<SupportedOSPlatform>windows</SupportedOSPlatform>

0 commit comments

Comments
 (0)