Browse Source

Fixed My Name

The D is for my middle name 😄
tags/v0.5.1
Martin Evans GitHub 2 years ago
parent
commit
025741a73e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      LLama/LLamaSharp.csproj

+ 2
- 2
LLama/LLamaSharp.csproj View File

@@ -8,7 +8,7 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

<Version>0.5.0</Version>
<Authors>Yaohui Liu, Martin Devans, Haiping Chen</Authors>
<Authors>Yaohui Liu, Martin Evans, Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>MIT, SciSharp STACK $([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
@@ -46,4 +46,4 @@
<PackageReference Include="System.Text.Json" Version="6.0.0" />
</ItemGroup>

</Project>
</Project>

Loading…
Cancel
Save