From 0eddbdb243c8d10535543286365fe80eb5c89f6a Mon Sep 17 00:00:00 2001 From: Przemek Delewski Date: Tue, 5 Dec 2023 14:03:42 +0100 Subject: [PATCH] update version --- README.md | 3 ++- src/TracingContextDecorator.csproj | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 336c0f5..ce8a4eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # TracingContextDecorator TracingContextDecorator is a component that enriches logs with opentelemetry tracing context e.g. traceid, spanid, parentspanid into log messsage. -Implementation of required abstractions for specific libraries lives inside `src` subdirectory. All examples are inside `examples` subdirectory. +Implementation of required abstractions for specific libraries lives inside [src](https://github.com/SumoLogic-Labs/TracingContextDecorator/tree/main/src) subdirectory. +All examples are inside [examples](https://github.com/SumoLogic-Labs/TracingContextDecorator/tree/main/examples) subdirectory. ### Supported log libraries diff --git a/src/TracingContextDecorator.csproj b/src/TracingContextDecorator.csproj index 2f9d1cb..6cb2de0 100644 --- a/src/TracingContextDecorator.csproj +++ b/src/TracingContextDecorator.csproj @@ -3,7 +3,7 @@ net6.0 Sumologic.TracingContextDecorator - 0.0.7-alpha-4 + 0.0.7-alpha-5 Sumologic Sumologic Logging, Tracing @@ -16,7 +16,7 @@ - +