From dcbe6c4b5e1aae2ddb6615dffbf36ed9650328ba Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 18 Apr 2024 16:18:33 +1000 Subject: [PATCH 1/2] #219 set license expression --- src/Microsoft.Kiota.Abstractions.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 8f54988f..fdd1d88a 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -31,7 +31,7 @@ https://github.com/microsoft/kiota-abstractions-dotnet/releases true - LICENSE + MIT README.md $(NoWarn);NU5048;NETSDK1138 @@ -57,10 +57,6 @@ - - True - - True From 23bd3d4b46f856ee4a40d584d178cf8c60c68cba Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 18 Apr 2024 17:09:54 +1000 Subject: [PATCH 2/2] Version bump --- CHANGELOG.md | 4 ++++ src/Microsoft.Kiota.Abstractions.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d94b6b4..b8375e9f 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.8.3] - 2024-04-18 + +- Have set the license expression on the nuget package rather than bundling in a file (https://github.com/microsoft/kiota-abstractions-dotnet/issues/219) + ## [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) diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index fdd1d88a..41b4ae5b 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -15,7 +15,7 @@ https://aka.ms/kiota/docs true true - 1.8.2 + 1.8.3 true false