File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- 2.0.2
1+ 2.0.3
Original file line number Diff line number Diff line change 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
1212if (PACKAGE_FIND_VERSION_RANGE)
1313 # Package version must be in the requested version range
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments