File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/Serilog.Enrichers.ClientInfo Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 16
16
<tags >serilog enrichers enricher ip correlation-id request header</tags >
17
17
<copyright >© 2025 Serilog Contributors</copyright >
18
18
<releaseNotes >
19
- - Add Support for .NET 9.0
20
- - Remove Support for .NET 6.0 and .NET 7.0
21
- - Update Serilog to version 4.3.0
22
- - Update dependencies
19
+ - Fix KeyNotFoundException in all enrichers by using TryGetValue instead of direct dictionary access
23
20
</releaseNotes >
24
21
<dependencies >
25
22
<group targetFramework =" .NET8.0" >
Original file line number Diff line number Diff line change 7
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
8
8
<DebugType >embedded</DebugType >
9
9
<EmbedAllSources >true</EmbedAllSources >
10
- <Version >2.2 .0</Version >
11
- <AssemblyVersion >2.2 .0</AssemblyVersion >
10
+ <Version >2.3 .0</Version >
11
+ <AssemblyVersion >2.3 .0</AssemblyVersion >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments