From efb9da15c0cccd93c62195edbf9babdc82ff4e89 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sun, 4 Feb 2024 15:18:15 +0000 Subject: [PATCH 1/2] Bump version and changelog --- CHANGELOG.md | 6 ++++++ src/Microsoft.Kiota.Authentication.Azure.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba62cf..6d2ab5d 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.3] - 2024-02-05 + +### Changed + +- Fixes `IsTrimmable` property on the project. + ## [1.1.2] - 2023-11-15 ### Added diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj index 16f0555..f97b84c 100644 --- a/src/Microsoft.Kiota.Authentication.Azure.csproj +++ b/src/Microsoft.Kiota.Authentication.Azure.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.1.2 + 1.1.3 true true From 84a08e8dd2187650801e6aa275eff6a7388a20ac Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sun, 4 Feb 2024 15:19:35 +0000 Subject: [PATCH 2/2] Fix IsTrimmable property --- src/Microsoft.Kiota.Authentication.Azure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj index f97b84c..540d833 100644 --- a/src/Microsoft.Kiota.Authentication.Azure.csproj +++ b/src/Microsoft.Kiota.Authentication.Azure.csproj @@ -34,7 +34,7 @@ README.md $(NoWarn);NU5048;NETSDK1138 - + true