We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
each
1 parent efcc72e commit 7b6aab2Copy full SHA for 7b6aab2
src/Serilog.Expressions/Serilog.Expressions.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<Description>An embeddable mini-language for filtering, enriching, and formatting Serilog
5
events, ideal for use with JSON or XML configuration.</Description>
6
- <VersionPrefix>3.4.2</VersionPrefix>
+ <VersionPrefix>3.5.0</VersionPrefix>
7
<Authors>Serilog Contributors</Authors>
8
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks>
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<ItemGroup>
20
- <PackageReference Include="Serilog" Version="2.10.0" />
+ <PackageReference Include="Serilog" Version="2.12.0" />
21
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
22
</ItemGroup>
23
0 commit comments