Skip to content

Commit dcc5dbd

Browse files
committed
Update nuspec.
1 parent 49ce1d7 commit dcc5dbd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Serilog.Enrichers.ClientInfo.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
<tags>serilog enrichers enricher ip correlation-id request header</tags>
1717
<copyright>© 2025 Serilog Contributors</copyright>
1818
<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
2320
</releaseNotes>
2421
<dependencies>
2522
<group targetFramework=".NET8.0">

src/Serilog.Enrichers.ClientInfo/Serilog.Enrichers.ClientInfo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<DebugType>embedded</DebugType>
99
<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>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)