Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Esmailpour committed Oct 2, 2024
1 parent e720fd3 commit 182acc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Serilog.Enrichers.ClientInfo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<icon>assets\icon.png</icon>
<tags>serilog enrichers enricher ip correlation-id request header</tags>
<copyright>© 2024 Serilog Contributors</copyright>
<releaseNotes></releaseNotes>
<releaseNotes>Update documentation.</releaseNotes>
<dependencies>
<group targetFramework=".NET6.0">
<dependency id="Serilog" version="2.9.0" />
Expand Down
12 changes: 6 additions & 6 deletions sample/SampleWebApp/SampleWebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>embedded</DebugType>
<EmbedAllSources>true</EmbedAllSources>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 182acc9

Please sign in to comment.