diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b96ed0..4d94b6b 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.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) diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 627fac3..8f54988 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 @@ -14,7 +15,7 @@ https://aka.ms/kiota/docs true true - 1.8.1 + 1.8.2 true false @@ -43,10 +44,14 @@ - + + + + + true