From 7b95de139f64d9d547ba024bfc3133e2a3636458 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 18 Apr 2024 08:06:09 +1000 Subject: [PATCH 1/3] #218 tweak when System.Diagnositics.DiagnosticSource is included --- CHANGELOG.md | 1 + src/Microsoft.Kiota.Abstractions.csproj | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b96ed06..24f54ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `MultipartBody` now supports an optional `fileName` parameter to specify the file name of the part. (https://github.com/microsoft/kiota-abstractions-dotnet/issues/212) +- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (https://github.com/microsoft/kiota-abstractions-dotnet/issues/218) ## [1.8.0] - 2024-03-18 diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 627fac3d..229018d1 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -6,6 +6,7 @@ © Microsoft Corporation. All rights reserved. Kiota Abstractions Library for dotnet Microsoft + netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0 latest true @@ -43,10 +44,14 @@ - + + + + + true From fd87547044716368c8272ac6d4ca08dce6fc10d4 Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 18 Apr 2024 08:32:55 +0300 Subject: [PATCH 2/3] Fix changelog entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f54ee5..4d94b6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.2] - 2024-04-18 + +- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (https://github.com/microsoft/kiota-abstractions-dotnet/issues/218) + +## [1.8.1] - 2024-03-26 + ### Changed - `MultipartBody` now supports an optional `fileName` parameter to specify the file name of the part. (https://github.com/microsoft/kiota-abstractions-dotnet/issues/212) -- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (https://github.com/microsoft/kiota-abstractions-dotnet/issues/218) ## [1.8.0] - 2024-03-18 From c095745f17f791533d14821db37f86b408a44544 Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 18 Apr 2024 08:33:37 +0300 Subject: [PATCH 3/3] Bump version for release --- src/Microsoft.Kiota.Abstractions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 229018d1..8f54988f 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -15,7 +15,7 @@ https://aka.ms/kiota/docs true true - 1.8.1 + 1.8.2 true false