From 98a6c370a6d604e6923a4c871f615ab575cf75d6 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Wed, 21 Feb 2024 23:31:11 +0000 Subject: [PATCH 1/3] Add net6.0 and net8.0 as Target Frameworks --- CHANGELOG.md | 6 ++++++ src/Microsoft.Kiota.Http.HttpClientLibrary.csproj | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b1575..f69eced 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.3.7] - 2024-02-26 + +### Changed + +- Added `net6.0` and `net8.0` as target frameworks. + ## [1.3.6] - 2023-02-05 - Fixes `IsTrimmable` property on the project. diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index faee985..bc3628a 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -6,7 +6,7 @@ © Microsoft Corporation. All rights reserved. Kiota Http Library for dotnet Microsoft - netstandard2.0;netstandard2.1;net5.0 + netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0 latest true http://go.microsoft.com/fwlink/?LinkID=288890 @@ -34,9 +34,12 @@ true $(NoWarn);NU5048;NETSDK1138 - + true + + true + From 5bbea5cf48137789e18c899cd9fd323d0bae3ce7 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Wed, 21 Feb 2024 23:35:33 +0000 Subject: [PATCH 2/3] Bump version --- 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 bc3628a..221740c 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.6 + 1.3.7 true From 8229ba8fbcbad67476c3ab082b781ad43fbc5b85 Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 22 Feb 2024 16:42:20 +0300 Subject: [PATCH 3/3] Update abstractions --- src/Microsoft.Kiota.Http.HttpClientLibrary.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 221740c..69afe3c 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -43,7 +43,7 @@ - + - \ No newline at end of file +