Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 1bc8917

Browse files
committed
Version Bump
1 parent 45b9035 commit 1bc8917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLamaStack.Core/LLamaStack.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.1.3</Version>
4+
<Version>0.1.4</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -41,7 +41,7 @@
4141
</ItemGroup>
4242

4343
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
44-
<PackageReference Include="LLamaSharp" Version="0.5.1" />
44+
<PackageReference Include="LLamaSharp" Version="0.6.0" />
4545
</ItemGroup>
4646

4747
<ItemGroup>

0 commit comments

Comments
 (0)