Skip to content

Commit f7f0599

Browse files
committed
bump version to 2.0.3
1 parent 6d39bed commit f7f0599

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "LlamaLib"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v2.0.2
51+
PROJECT_NUMBER = v2.0.3
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

.github/tests/csharp-dotnet/Program.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="LlamaLib" Version="2.0.2" />
11+
<PackageReference Include="LlamaLib" Version="2.0.3" />
1212
</ItemGroup>
1313

1414
</Project>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

cmake/LlamaLibConfigVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
88
# The variable CVF_VERSION must be set before calling configure_file().
99

10-
set(PACKAGE_VERSION "2.0.2")
10+
set(PACKAGE_VERSION "2.0.3")
1111

1212
if (PACKAGE_FIND_VERSION_RANGE)
1313
# Package version must be in the requested version range

csharp/LlamaLib.csproj

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

1414
<!-- NuGet metadata -->
1515
<PackageId>LlamaLib</PackageId>
16-
<PackageVersion>2.0.2</PackageVersion>
16+
<PackageVersion>2.0.3</PackageVersion>
1717
<PackageIcon>logo.png</PackageIcon>
1818
<Authors>Antonis Makropoulos</Authors>
1919
<Company>UndreamAI</Company>

csharp/LlamaLib.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Version & paths -->
4-
<LlamaLibVersion>2.0.2</LlamaLibVersion>
4+
<LlamaLibVersion>2.0.3</LlamaLibVersion>
55
<LlamaLibCacheDir>$(NuGetPackageRoot)LlamaLib</LlamaLibCacheDir>
66
<LlamaLibRuntimeDir>$(OutputPath)runtimes/$(RuntimeIdentifier)/native</LlamaLibRuntimeDir>
77
<LlamaLibZipName>LlamaLib-v$(LlamaLibVersion)</LlamaLibZipName>

examples/csharp/agent/LlamaLibExamples.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="LlamaLib" Version="2.0.2" />
11+
<PackageReference Include="LlamaLib" Version="2.0.3" />
1212
</ItemGroup>
1313

1414
</Project>

examples/csharp/basic/LlamaLibExamples.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="LlamaLib" Version="2.0.2" />
11+
<PackageReference Include="LlamaLib" Version="2.0.3" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1313
</ItemGroup>
1414

examples/csharp/basic_embeddings/LlamaLibExamples.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="LlamaLib" Version="2.0.2" />
11+
<PackageReference Include="LlamaLib" Version="2.0.3" />
1212
</ItemGroup>
1313

1414
</Project>

examples/csharp/remote_client/LlamaLibExamples.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="LlamaLib" Version="2.0.2" />
11+
<PackageReference Include="LlamaLib" Version="2.0.3" />
1212
</ItemGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)' == 'Server'">

0 commit comments

Comments
 (0)