diff --git a/CHANGELOG.md b/CHANGELOG.md index 98cf446..f32cd0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [1.1.0] - 2023-10-23 + +### Added + +- Added support for dotnet trimming. + ## [1.0.3] - 2023-06-26 ### Changed diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj index 33d7e9f..45caac3 100644 --- a/src/Microsoft.Kiota.Authentication.Azure.csproj +++ b/src/Microsoft.Kiota.Authentication.Azure.csproj @@ -6,7 +6,7 @@ © Microsoft Corporation. All rights reserved. Kiota Azure Identity Authentication Library for dotnet Microsoft - netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;net5.0 latest true http://go.microsoft.com/fwlink/?LinkID=288890 @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.0.3 + 1.1.0 true true @@ -32,13 +32,14 @@ true LICENSE README.md - $(NoWarn);NU5048 + $(NoWarn);NU5048;NETSDK1138 + true - +