From 88973d29fd0e7bc6f3ad22c1c6f4e85cea2ce2ca Mon Sep 17 00:00:00 2001 From: Luis Marcos Rivera Date: Tue, 2 Jul 2024 09:00:22 +0200 Subject: [PATCH 1/2] Updated dependencies - Updated `Azure.AI.OpenAI` from `1.0.0-beta.16` to `1.0.0-beta.17`. - Updated `Azure.Core` from `1.38.0` to `1.40.0`. - Updated `Bogus` from `35.5.0` to `35.5.1`. - Updated `MailKit` from `4.5.0` to `4.7.0`. - Updated `Microsoft.AspNetCore.Authentication.JwtBearer` from `8.0.4` to `8.0.6`. - Updated `Microsoft.AspNetCore.Authentication.OpenIdConnect` from `8.0.4` to `8.0.6`. - Updated `Microsoft.Azure.Cosmos` from `3.39.0` to `3.41.0`. - Updated `Microsoft.Bot.Builder.Azure` from `4.22.3` to `4.22.7`. - Updated `Microsoft.Bot.Builder.Azure.Blobs` from `4.22.3` to `4.22.7`. - Updated `Microsoft.Bot.Builder.Dialogs` from `4.22.3` to `4.22.7`. - Updated `Microsoft.Bot.Builder.Integration.ApplicationInsights.Core` from `4.22.3` to `4.22.7`. - Updated `Microsoft.Bot.Builder.Integration.AspNet.Core` from `4.22.3` to `4.22.7`. - Updated `Microsoft.EntityFrameworkCore` from `8.0.4` to `8.0.6`. - Updated `Microsoft.EntityFrameworkCore.SqlServer` from `8.0.4` to `8.0.6`. - Updated `Microsoft.Extensions.Azure` from `1.7.3` to `1.7.4`. - Updated `Microsoft.NET.Test.Sdk` from `17.9.0` to `17.10.0`. - Updated `Microsoft.SemanticKernel.Abstractions` from `1.10.0` to `1.15.0`. - Updated `Microsoft.SemanticKernel.Core` from `1.10.0` to `1.15.0`. - Updated `MimeKit` from `4.5.0` to `4.7.0`. - Updated `SharpToken` from `2.0.2` to `2.0.3`. - Updated `Swashbuckle.AspNetCore.SwaggerGen` from `6.5.0` to `6.6.2`. - Updated `xunit` from `2.7.1` to `2.8.1`. - Updated `xunit.analyzers` from `1.12.0` to `1.14.0`. - Updated `xunit.extensibility.core` from `2.7.1` to `2.8.1`. - Updated `xunit.runner.visualstudio` from `2.5.8` to `2.8.1`. --- ...camina.Enmarcha.Samples.Data.EntityFramework.csproj | 4 ++-- ...Encamina.Enmarcha.AI.IntentsPrediction.Azure.csproj | 2 +- .../Encamina.Enmarcha.AI.OpenAI.Azure.csproj | 4 ++-- .../Encamina.Enmarcha.AspNet.Mvc.csproj | 4 ++-- ...Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle.csproj | 2 +- .../Encamina.Enmarcha.Bot.Abstractions.csproj | 4 ++-- src/Encamina.Enmarcha.Bot/Encamina.Enmarcha.Bot.csproj | 10 +++++----- .../Encamina.Enmarcha.Data.Cosmos.csproj | 2 +- .../Encamina.Enmarcha.Data.EntityFramework.csproj | 2 +- .../Encamina.Enmarcha.Email.MailKit.csproj | 2 +- ...ncamina.Enmarcha.SemanticKernel.Abstractions.csproj | 6 +++--- ...ncamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj | 2 +- ...amina.Enmarcha.SemanticKernel.Plugins.Memory.csproj | 2 +- ...cha.SemanticKernel.Plugins.QuestionAnswering.csproj | 2 +- .../Encamina.Enmarcha.Testing.Smtp.csproj | 2 +- .../Encamina.Enmarcha.Testing.csproj | 2 +- tst/Directory.Build.targets | 10 +++++----- 17 files changed, 31 insertions(+), 31 deletions(-) diff --git a/samples/Data/Encamina.Enmarcha.Samples.Data.EntityFramework/Encamina.Enmarcha.Samples.Data.EntityFramework.csproj b/samples/Data/Encamina.Enmarcha.Samples.Data.EntityFramework/Encamina.Enmarcha.Samples.Data.EntityFramework.csproj index 242da7e..330644f 100644 --- a/samples/Data/Encamina.Enmarcha.Samples.Data.EntityFramework/Encamina.Enmarcha.Samples.Data.EntityFramework.csproj +++ b/samples/Data/Encamina.Enmarcha.Samples.Data.EntityFramework/Encamina.Enmarcha.Samples.Data.EntityFramework.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/Encamina.Enmarcha.AI.IntentsPrediction.Azure/Encamina.Enmarcha.AI.IntentsPrediction.Azure.csproj b/src/Encamina.Enmarcha.AI.IntentsPrediction.Azure/Encamina.Enmarcha.AI.IntentsPrediction.Azure.csproj index 5e27edb..189f370 100644 --- a/src/Encamina.Enmarcha.AI.IntentsPrediction.Azure/Encamina.Enmarcha.AI.IntentsPrediction.Azure.csproj +++ b/src/Encamina.Enmarcha.AI.IntentsPrediction.Azure/Encamina.Enmarcha.AI.IntentsPrediction.Azure.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Encamina.Enmarcha.AI.OpenAI.Azure/Encamina.Enmarcha.AI.OpenAI.Azure.csproj b/src/Encamina.Enmarcha.AI.OpenAI.Azure/Encamina.Enmarcha.AI.OpenAI.Azure.csproj index 7b9e384..13dd391 100644 --- a/src/Encamina.Enmarcha.AI.OpenAI.Azure/Encamina.Enmarcha.AI.OpenAI.Azure.csproj +++ b/src/Encamina.Enmarcha.AI.OpenAI.Azure/Encamina.Enmarcha.AI.OpenAI.Azure.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/Encamina.Enmarcha.AspNet.Mvc/Encamina.Enmarcha.AspNet.Mvc.csproj b/src/Encamina.Enmarcha.AspNet.Mvc/Encamina.Enmarcha.AspNet.Mvc.csproj index 1935c35..36e49f7 100644 --- a/src/Encamina.Enmarcha.AspNet.Mvc/Encamina.Enmarcha.AspNet.Mvc.csproj +++ b/src/Encamina.Enmarcha.AspNet.Mvc/Encamina.Enmarcha.AspNet.Mvc.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle.csproj b/src/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle.csproj index a5b7a55..2b691c2 100644 --- a/src/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle.csproj +++ b/src/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle/Encamina.Enmarcha.AspNet.OpenApi.Swashbuckle.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Encamina.Enmarcha.Bot.Abstractions/Encamina.Enmarcha.Bot.Abstractions.csproj b/src/Encamina.Enmarcha.Bot.Abstractions/Encamina.Enmarcha.Bot.Abstractions.csproj index 61f6b6e..9f60837 100644 --- a/src/Encamina.Enmarcha.Bot.Abstractions/Encamina.Enmarcha.Bot.Abstractions.csproj +++ b/src/Encamina.Enmarcha.Bot.Abstractions/Encamina.Enmarcha.Bot.Abstractions.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Encamina.Enmarcha.Bot/Encamina.Enmarcha.Bot.csproj b/src/Encamina.Enmarcha.Bot/Encamina.Enmarcha.Bot.csproj index e38047d..17ab4bf 100644 --- a/src/Encamina.Enmarcha.Bot/Encamina.Enmarcha.Bot.csproj +++ b/src/Encamina.Enmarcha.Bot/Encamina.Enmarcha.Bot.csproj @@ -22,11 +22,11 @@ true - - - - - + + + + + diff --git a/src/Encamina.Enmarcha.Data.Cosmos/Encamina.Enmarcha.Data.Cosmos.csproj b/src/Encamina.Enmarcha.Data.Cosmos/Encamina.Enmarcha.Data.Cosmos.csproj index 1eb1dc4..c053750 100644 --- a/src/Encamina.Enmarcha.Data.Cosmos/Encamina.Enmarcha.Data.Cosmos.csproj +++ b/src/Encamina.Enmarcha.Data.Cosmos/Encamina.Enmarcha.Data.Cosmos.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Encamina.Enmarcha.Data.EntityFramework/Encamina.Enmarcha.Data.EntityFramework.csproj b/src/Encamina.Enmarcha.Data.EntityFramework/Encamina.Enmarcha.Data.EntityFramework.csproj index 1e9286a..4ba03dc 100644 --- a/src/Encamina.Enmarcha.Data.EntityFramework/Encamina.Enmarcha.Data.EntityFramework.csproj +++ b/src/Encamina.Enmarcha.Data.EntityFramework/Encamina.Enmarcha.Data.EntityFramework.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Encamina.Enmarcha.Email.MailKit/Encamina.Enmarcha.Email.MailKit.csproj b/src/Encamina.Enmarcha.Email.MailKit/Encamina.Enmarcha.Email.MailKit.csproj index e93f368..ba0a836 100644 --- a/src/Encamina.Enmarcha.Email.MailKit/Encamina.Enmarcha.Email.MailKit.csproj +++ b/src/Encamina.Enmarcha.Email.MailKit/Encamina.Enmarcha.Email.MailKit.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj b/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj index 8c2d22b..81238fe 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj @@ -17,9 +17,9 @@ - - - + + + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj index a582100..b71c714 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj index 9baf5e9..b342533 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj index f5845a6..9802467 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Encamina.Enmarcha.Testing.Smtp/Encamina.Enmarcha.Testing.Smtp.csproj b/src/Encamina.Enmarcha.Testing.Smtp/Encamina.Enmarcha.Testing.Smtp.csproj index c6d1e0a..67faa13 100644 --- a/src/Encamina.Enmarcha.Testing.Smtp/Encamina.Enmarcha.Testing.Smtp.csproj +++ b/src/Encamina.Enmarcha.Testing.Smtp/Encamina.Enmarcha.Testing.Smtp.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Encamina.Enmarcha.Testing/Encamina.Enmarcha.Testing.csproj b/src/Encamina.Enmarcha.Testing/Encamina.Enmarcha.Testing.csproj index eb0329b..926862d 100644 --- a/src/Encamina.Enmarcha.Testing/Encamina.Enmarcha.Testing.csproj +++ b/src/Encamina.Enmarcha.Testing/Encamina.Enmarcha.Testing.csproj @@ -10,7 +10,7 @@ - + diff --git a/tst/Directory.Build.targets b/tst/Directory.Build.targets index cdd031f..bf7912d 100644 --- a/tst/Directory.Build.targets +++ b/tst/Directory.Build.targets @@ -12,12 +12,12 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all From e97feea60ab2a00239204a9ef9900ecc08e5328c Mon Sep 17 00:00:00 2001 From: Luis Marcos Rivera Date: Tue, 2 Jul 2024 09:07:46 +0200 Subject: [PATCH 2/2] Updated CHANGELOG and Directory.Build.props --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++-- Directory.Build.props | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9464a4..ad1a0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,35 @@ Previous classification is not required if changes are simple or all belong to t ## [8.1.7] +### Major Changes + +- Updated dependencies: + - Updated `Azure.AI.OpenAI` from `1.0.0-beta.16` to `1.0.0-beta.17`. + - Updated `Azure.Core` from `1.38.0` to `1.40.0`. + - Updated `Bogus` from `35.5.0` to `35.5.1`. + - Updated `MailKit` from `4.5.0` to `4.7.0`. + - Updated `Microsoft.AspNetCore.Authentication.JwtBearer` from `8.0.4` to `8.0.6`. + - Updated `Microsoft.AspNetCore.Authentication.OpenIdConnect` from `8.0.4` to `8.0.6`. + - Updated `Microsoft.Azure.Cosmos` from `3.39.0` to `3.41.0`. + - Updated `Microsoft.Bot.Builder.Azure` from `4.22.3` to `4.22.7`. + - Updated `Microsoft.Bot.Builder.Azure.Blobs` from `4.22.3` to `4.22.7`. + - Updated `Microsoft.Bot.Builder.Dialogs` from `4.22.3` to `4.22.7`. + - Updated `Microsoft.Bot.Builder.Integration.ApplicationInsights.Core` from `4.22.3` to `4.22.7`. + - Updated `Microsoft.Bot.Builder.Integration.AspNet.Core` from `4.22.3` to `4.22.7`. + - Updated `Microsoft.EntityFrameworkCore` from `8.0.4` to `8.0.6`. + - Updated `Microsoft.EntityFrameworkCore.SqlServer` from `8.0.4` to `8.0.6`. + - Updated `Microsoft.Extensions.Azure` from `1.7.3` to `1.7.4`. + - Updated `Microsoft.NET.Test.Sdk` from `17.9.0` to `17.10.0`. + - Updated `Microsoft.SemanticKernel.Abstractions` from `1.10.0` to `1.15.0`. + - Updated `Microsoft.SemanticKernel.Core` from `1.10.0` to `1.15.0`. + - Updated `MimeKit` from `4.5.0` to `4.7.0`. + - Updated `SharpToken` from `2.0.2` to `2.0.3`. + - Updated `Swashbuckle.AspNetCore.SwaggerGen` from `6.5.0` to `6.6.2`. + - Updated `xunit` from `2.7.1` to `2.8.1`. + - Updated `xunit.analyzers` from `1.12.0` to `1.14.0`. + - Updated `xunit.extensibility.core` from `2.7.1` to `2.8.1`. + - Updated `xunit.runner.visualstudio` from `2.5.8` to `2.8.1`. + ### Minor Changes - Added `MaxTokensOutput` property in `ModelInfo`. @@ -28,8 +57,8 @@ Previous classification is not required if changes are simple or all belong to t - `Encamina.Enmarcha.Data` - `Encamina.Enmarcha.Email` - `Encamina.Enmarcha.Entities` - - `Encamina.Enmarcha.SemanticKernel` - + - `Encamina.Enmarcha.SemanticKernel` + ## [8.1.6] ### Breaking Changes diff --git a/Directory.Build.props b/Directory.Build.props index f886121..4a819b7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ 8.1.7 - preview-07 + preview-08