From b1cf03b672949917aae9d3977f7a8c7ea594ed73 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sun, 4 Feb 2024 11:39:08 +0000 Subject: [PATCH 1/3] Fix IsTrimmable property --- src/Microsoft.Kiota.Http.HttpClientLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 42a6504..06f33ed 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -34,7 +34,7 @@ true $(NoWarn);NU5048;NETSDK1138 - + true From fc2e06a907ab5564146a527242f2844453386ad2 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sun, 4 Feb 2024 15:01:47 +0000 Subject: [PATCH 2/3] Bump version and update changelog --- CHANGELOG.md | 4 ++++ src/Microsoft.Kiota.Http.HttpClientLibrary.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf6407..44d410d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.6] - 2023-02-05 + +- Fixes marking .NET 5 build as trimmable. + ## [1.3.5] - 2023-01-23 ### Added diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 06f33ed..1d01b83 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.3.5 + 1.3.6 true From 81083b5d9ed1210a2619d6d2c2f9e8eb88ab8943 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sun, 4 Feb 2024 15:16:33 +0000 Subject: [PATCH 3/3] Use same message as https://github.com/microsoft/kiota-abstractions-dotnet/pull/187 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d410d..05b1575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.6] - 2023-02-05 -- Fixes marking .NET 5 build as trimmable. +- Fixes `IsTrimmable` property on the project. ## [1.3.5] - 2023-01-23