From 409a7286dca75317e06e7fd93dbbb22b2e209a78 Mon Sep 17 00:00:00 2001 From: Kavin Singh Date: Tue, 4 Feb 2025 10:34:50 -0800 Subject: [PATCH] bump versions --- .../Microsoft.Teams.AI.Tests.csproj | 74 ++++++------ .../Microsoft.Teams.AI.csproj | 114 +++++++++--------- .../01.messaging.echoBot/EchoBot.csproj | 4 +- .../SearchCommand.csproj | 4 +- .../TypeAheadBot.csproj | 6 +- .../04.ai.a.teamsChefBot/TeamsChefBot.csproj | 8 +- .../GPT.csproj | 4 +- .../LightBot.csproj | 4 +- .../ListBot.csproj | 4 +- .../DevOpsBot.csproj | 4 +- .../CardGazer.csproj | 4 +- .../TeamsChefBot.csproj | 8 +- .../TwentyQuestions.csproj | 4 +- .../05.chatModeration/ChatModeration.csproj | 8 +- .../06.assistants.a.mathBot/MathBot.csproj | 4 +- .../06.assistants.b.orderBot/OrderBot.csproj | 4 +- .../samples/06.auth.oauth.bot/BotAuth.csproj | 4 +- .../MessageExtensionAuth.csproj | 4 +- .../06.auth.teamsSSO.bot/BotAuth.csproj | 4 +- .../MessageExtensionAuth.csproj | 4 +- .../AzureAISearchBot/AzureAISearchBot.csproj | 8 +- .../AzureAISearchIndexer.csproj | 12 -- .../AzureOpenAIBot.csproj | 8 +- 23 files changed, 145 insertions(+), 157 deletions(-) diff --git a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/Microsoft.Teams.AI.Tests.csproj b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/Microsoft.Teams.AI.Tests.csproj index ebc4d6bd05..302ddc7693 100644 --- a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/Microsoft.Teams.AI.Tests.csproj +++ b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/Microsoft.Teams.AI.Tests.csproj @@ -1,37 +1,37 @@ - - - - net6.0 - enable - enable - - false - true - x64 - - - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + + net6.0 + enable + enable + + false + true + x64 + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj index 1809bcf6b2..bda0b5c69c 100644 --- a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj +++ b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj @@ -1,58 +1,58 @@ - - - - netstandard2.0 - latest - enable - enable - Microsoft.Teams.AI - Microsoft Teams AI SDK - 1.9.0 - Microsoft - Microsoft - © Microsoft Corporation. All rights reserved. - SDK focused on building AI based applications for Microsoft Teams. - README.md - https://github.com/microsoft/teams-ai - git - True - - - - - https://github.com/microsoft/teams-ai - https://github-production-user-asset-6210df.s3.amazonaws.com/14900841/240368384-972a9a1b-679a-4725-bfc0-a1e76151a78a.png - MIT - true - bots;ai;teams - - NU5125 - true - true - - - - - - - - - - - - - - - - - - - - - - - + + + + netstandard2.0 + latest + enable + enable + Microsoft.Teams.AI + Microsoft Teams AI SDK + 1.10.0 + Microsoft + Microsoft + © Microsoft Corporation. All rights reserved. + SDK focused on building AI based applications for Microsoft Teams. + README.md + https://github.com/microsoft/teams-ai + git + True + + + + + https://github.com/microsoft/teams-ai + https://github-production-user-asset-6210df.s3.amazonaws.com/14900841/240368384-972a9a1b-679a-4725-bfc0-a1e76151a78a.png + MIT + true + bots;ai;teams + + NU5125 + true + true + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/samples/01.messaging.echoBot/EchoBot.csproj b/dotnet/samples/01.messaging.echoBot/EchoBot.csproj index 8ba0a6dc7d..9844795803 100644 --- a/dotnet/samples/01.messaging.echoBot/EchoBot.csproj +++ b/dotnet/samples/01.messaging.echoBot/EchoBot.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj b/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj index 65eebfb9d9..6f96d79035 100644 --- a/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj +++ b/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj b/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj index 3cab8fadc2..c14631c841 100644 --- a/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj +++ b/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj b/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj index 5a23842c05..38d432bcd3 100644 --- a/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj +++ b/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj @@ -11,12 +11,12 @@ - - - + + + - + diff --git a/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj b/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj index 5f07b0e895..28be4ee329 100644 --- a/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj +++ b/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj b/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj index 0e58338c3b..d2bb722bfe 100644 --- a/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj +++ b/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj b/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj index 18cc40f3c7..e794186e86 100644 --- a/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj +++ b/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj b/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj index ef01b0fe12..3a153465e4 100644 --- a/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj +++ b/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj b/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj index 2c53b795b0..3c3cce1269 100644 --- a/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj +++ b/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/dotnet/samples/04.ai.g.teamsChefBot-streaming/TeamsChefBot.csproj b/dotnet/samples/04.ai.g.teamsChefBot-streaming/TeamsChefBot.csproj index 6287e4799f..cbf1ed91a8 100644 --- a/dotnet/samples/04.ai.g.teamsChefBot-streaming/TeamsChefBot.csproj +++ b/dotnet/samples/04.ai.g.teamsChefBot-streaming/TeamsChefBot.csproj @@ -11,12 +11,12 @@ - - - + + + - + diff --git a/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj b/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj index 5e402169ae..f1041051d2 100644 --- a/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj +++ b/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/dotnet/samples/05.chatModeration/ChatModeration.csproj b/dotnet/samples/05.chatModeration/ChatModeration.csproj index 8cc1a1b596..b002ad0deb 100644 --- a/dotnet/samples/05.chatModeration/ChatModeration.csproj +++ b/dotnet/samples/05.chatModeration/ChatModeration.csproj @@ -11,12 +11,12 @@ - - - + + + - + diff --git a/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj b/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj index a6cbd34522..fa983e8ce7 100644 --- a/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj +++ b/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj b/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj index f0bb03bc97..3c5b0be4d9 100644 --- a/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj +++ b/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj @@ -13,11 +13,11 @@ - + - + diff --git a/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj b/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj index a5140f9739..9779768686 100644 --- a/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj +++ b/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj @@ -16,9 +16,9 @@ - + - + diff --git a/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj b/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj index a7eb6ec24d..c4da4f41bc 100644 --- a/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj +++ b/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj @@ -13,10 +13,10 @@ - + - + diff --git a/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj b/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj index 25f422de25..ea32fe3069 100644 --- a/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj +++ b/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj @@ -16,9 +16,9 @@ - + - + diff --git a/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj b/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj index 696aa3eba6..2500e9c634 100644 --- a/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj +++ b/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj @@ -13,10 +13,10 @@ - + - + diff --git a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj index fef679bcfb..053b6fda9b 100644 --- a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj +++ b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchIndexer/AzureAISearchIndexer.csproj b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchIndexer/AzureAISearchIndexer.csproj index 19c086e725..9e575e6b4a 100644 --- a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchIndexer/AzureAISearchIndexer.csproj +++ b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchIndexer/AzureAISearchIndexer.csproj @@ -7,18 +7,6 @@ enable - - - - - - - PreserveNewest - true - PreserveNewest - - - diff --git a/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj b/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj index 1157e6d6c2..36fc7f8272 100644 --- a/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj +++ b/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj @@ -12,10 +12,10 @@ - - - - + + + +