Skip to content

Commit

Permalink
Merge branch 'main' into feature/DashVectorService
Browse files Browse the repository at this point in the history
  • Loading branch information
xbotter authored Feb 23, 2024
2 parents 7c59233 + 0b7006c commit 9bbfe80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<!--Unit Test-->
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageVersion Include="Microsoft.KernelMemory.Abstractions" Version="0.27.240205.2" />
<PackageVersion Include="Microsoft.KernelMemory.Core" Version="0.27.240205.2" />
<PackageVersion Include="Microsoft.KernelMemory.Abstractions" Version="0.28.240212.1" />
<PackageVersion Include="Microsoft.KernelMemory.Core" Version="0.28.240212.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.3.0" />
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.4.0" />
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>$(AssemblyName)</PackageId>
<Version>0.8.0</Version>
<Version>0.8.1</Version>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<Authors>Custouch</Authors>
Expand Down

0 comments on commit 9bbfe80

Please sign in to comment.