Skip to content

Commit 2892259

Browse files
author
Mohsen Esmailpour
committed
Update nuspec file.
1 parent 190f873 commit 2892259

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Serilog.Enrichers.ClientInfo.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Enrich logs with client IP, CorrelationId and HTTP request headers.</description>
1414
<readme>docs\README.md</readme>
15-
<releaseNotes></releaseNotes>
16-
<copyright></copyright>
15+
<icon>assets\icon.png</icon>
1716
<tags>serilog enrichers enricher ip correlation-id request header</tags>
17+
<copyright>© 2024 Serilog Contributors</copyright>
18+
<releaseNotes>Fix #39 - ClientIpEnricher ignores updated HttpContext.Connection.RemoteIpAddress</releaseNotes>
1819
<dependencies>
1920
<group targetFramework="net462">
2021
<dependency id="Serilog" version="2.4.0" />

Serilog.Enrichers.ClientInfo.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{931596BA-056D-4E8C-9FED-6C60C0D1AB83}"
1515
ProjectSection(SolutionItems) = preProject
1616
.gitignore = .gitignore
17+
icon.png = icon.png
1718
LICENSE = LICENSE
1819
README.md = README.md
1920
Serilog.Enrichers.ClientInfo.nuspec = Serilog.Enrichers.ClientInfo.nuspec
@@ -53,4 +54,4 @@ Global
5354
GlobalSection(ExtensibilityGlobals) = postSolution
5455
SolutionGuid = {785F0E90-8DC5-4003-AD7A-33DE806F3B3A}
5556
EndGlobalSection
56-
EndGlobal
57+
EndGlobal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<DebugType>embedded</DebugType>
1111
<EmbedAllSources>true</EmbedAllSources>
12-
<Version>2.0.3</Version>
12+
<Version>2.1.1</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)