From c00091766672a2c97a249e5e1d3bf8b1a1990b53 Mon Sep 17 00:00:00 2001 From: Matteo Tammaccaro Date: Wed, 12 Jun 2024 11:50:35 +0200 Subject: [PATCH 1/2] :bookmark: Bump version to 1.5.2 --- IServiceCollectionExtensions.cs | 2 +- LogFlake.csproj | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IServiceCollectionExtensions.cs b/IServiceCollectionExtensions.cs index 1dc8778..9484249 100644 --- a/IServiceCollectionExtensions.cs +++ b/IServiceCollectionExtensions.cs @@ -27,6 +27,6 @@ private static void ConfigureClient(HttpClient client) { client.Timeout = TimeSpan.FromSeconds(HttpClientConstants.PostTimeoutSeconds); client.DefaultRequestHeaders.Add("Accept", "application/json"); - client.DefaultRequestHeaders.Add("User-Agent", "logflake-client-netcore/1.5.1"); + client.DefaultRequestHeaders.Add("User-Agent", "logflake-client-netcore/1.5.2"); } } diff --git a/LogFlake.csproj b/LogFlake.csproj index de98b5e..9b77292 100644 --- a/LogFlake.csproj +++ b/LogFlake.csproj @@ -2,7 +2,7 @@ LogFlake.Client.NetCore - 1.5.1 + 1.5.2 CloudPhoenix Srl CloudPhoenix Srl netstandard2.1 diff --git a/README.md b/README.md index 5fd5258..497f2bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

LogFlake Client .NET Core Version

+

LogFlake Client .NET Core Version

> This repository contains the sources for the client-side components of the LogFlake product suite for applications logs and performance collection for .NET applications. From 181a7de7ee66e7e254d2c6790e4600f6472217c9 Mon Sep 17 00:00:00 2001 From: Matteo Tammaccaro Date: Wed, 12 Jun 2024 11:58:18 +0200 Subject: [PATCH 2/2] :memo: Use full Markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497f2bc..cf9f7e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

LogFlake Client .NET Core Version

+# LogFlake Client .NET Core ![Version](https://img.shields.io/badge/version-1.5.2-blue.svg?cacheSeconds=2592000) > This repository contains the sources for the client-side components of the LogFlake product suite for applications logs and performance collection for .NET applications. -

🏠 LogFlake Website | 🔥 CloudPhoenix Website

+### 🏠 [LogFlake Website](https://logflake.io) | 🔥 [CloudPhoenix Website](https://cloudphoenix.it) ## Downloads