We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7a63d commit ec43a5dCopy full SHA for ec43a5d
src/Serilog.Sinks.OpenTelemetry/Serilog.Sinks.OpenTelemetry.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<Description>This Serilog sink transforms Serilog events into OpenTelemetry
4
logs and sends them to an OTLP (gRPC or HTTP) endpoint.</Description>
5
- <VersionPrefix>4.0.0</VersionPrefix>
+ <VersionPrefix>4.0.1</VersionPrefix>
6
<Authors>Serilog Contributors</Authors>
7
<!-- .NET Framework version targeting is frozen at these two TFMs. -->
8
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net471;net462</TargetFrameworks>
0 commit comments