Skip to content

Commit

Permalink
Bump Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch
Browse files Browse the repository at this point in the history
Bumps [Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch](https://github.com/microsoft/semantic-kernel) from 1.0.0-beta5 to 1.0.0-beta6.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.0.0-beta5...dotnet-1.0.0-beta6)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent f7d18b8 commit a9506bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapi/CopilotChatWebApi.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<RootNamespace>CopilotChat.WebApi</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.SemanticKernel" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AI.OpenAI" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch" Version="1.0.0-beta6" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Memory.Qdrant" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Functions.OpenAPI" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Planners.Core" Version="1.0.0-beta5" />
Expand Down

0 comments on commit a9506bb

Please sign in to comment.