Skip to content

Commit d127063

Browse files
committed
Upgrade service and examples to 0.35
1 parent 5c7f4ca commit d127063

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/002-dotnet-SemanticKernel-plugin/002-dotnet-SemanticKernel-plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.SemanticKernel" Version="1.6.2" />
16-
<PackageReference Include="Microsoft.KernelMemory.SemanticKernelPlugin" Version="0.34.240313.1" />
16+
<PackageReference Include="Microsoft.KernelMemory.SemanticKernelPlugin" Version="0.35.240318.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

examples/203-dotnet-using-core-nuget/203-dotnet-using-core-nuget.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.34.240313.1" />
13+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.35.240318.1" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

service/Service/Service.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
<ItemGroup>
1414
<!-- Microsoft.KernelMemory.Core includes also extensions without external dependencies, e.g. all Azure extensions -->
1515

16-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
16+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
1717
<ProjectReference Include="..\Core\Core.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
1818

1919
<!-- These extensions are used by ServiceConfiguration to support third party dependencies -->
2020

21-
<PackageReference Include="Microsoft.KernelMemory.AI.LlamaSharp" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
21+
<PackageReference Include="Microsoft.KernelMemory.AI.LlamaSharp" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
2222
<ProjectReference Include="..\..\extensions\LlamaSharp\LlamaSharp\LlamaSharp.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
2323

24-
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Postgres" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
24+
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Postgres" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
2525
<ProjectReference Include="..\..\extensions\Postgres\Postgres\Postgres.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
2626

27-
<PackageReference Include="Microsoft.KernelMemory.Orchestration.RabbitMQ" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
27+
<PackageReference Include="Microsoft.KernelMemory.Orchestration.RabbitMQ" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
2828
<ProjectReference Include="..\..\extensions\RabbitMQ\RabbitMQ.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
2929

30-
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Redis" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
30+
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Redis" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
3131
<ProjectReference Include="..\..\extensions\Redis\Redis\Redis.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
3232
</ItemGroup>
3333

tools/InteractiveSetup/InteractiveSetup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.34.240313.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
12+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.35.240318.1" Condition="'$(SolutionName)' != 'KernelMemoryDev'" />
1313
<ProjectReference Include="..\..\service\Core\Core.csproj" Condition="'$(SolutionName)' == 'KernelMemoryDev'"/>
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)