Skip to content

Commit

Permalink
Merge pull request #3 from CloudPhoenix/release/1.5.2
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
invertostringhe authored Jun 12, 2024
2 parents 684b37e + 181a7de commit 8b209ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
2 changes: 1 addition & 1 deletion LogFlake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>LogFlake.Client.NetCore</PackageId>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<Authors>CloudPhoenix Srl</Authors>
<Company>CloudPhoenix Srl</Company>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">LogFlake Client .NET Core <img alt="Version" src="https://img.shields.io/badge/version-1.5.0-blue.svg?cacheSeconds=2592000" /></h1>
# 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.
<h3 align="center">🏠 <a href="https://logflake.io">LogFlake Website</a> | 🔥 <a href="https://cloudphoenix.it">CloudPhoenix Website</a></h3>
### 🏠 [LogFlake Website](https://logflake.io) | 🔥 [CloudPhoenix Website](https://cloudphoenix.it)

## Downloads

Expand Down

0 comments on commit 8b209ee

Please sign in to comment.