From 526a64ae0e1a64efffa36cb579a8782da1c246a2 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 13 Nov 2024 11:04:50 -0500 Subject: [PATCH] fix: diagnostic source version Signed-off-by: Vincent Biret --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 4 ++-- .../Microsoft.Kiota.Http.HttpClientLibrary.csproj | 8 +++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5fd68..923c9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.15.2] - 2024-11-13 + +### Changed + +- Fixed an issue where System.Diagnostics.DiagnosticSource would be locked version < 9.0. + ## [1.15.1] - 2024-11-13 ### Added diff --git a/Directory.Build.props b/Directory.Build.props index 66c849b..bf23bf0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.15.1 + 1.15.2 false @@ -17,4 +17,4 @@ false Library - + \ No newline at end of file diff --git a/src/http/httpClient/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/http/httpClient/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 5f3543c..01853d2 100644 --- a/src/http/httpClient/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/http/httpClient/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -10,8 +10,9 @@ - - + + @@ -24,7 +25,8 @@ - +