Skip to content

Commit

Permalink
upgrade LiteDB to version 5.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zmira committed Jun 7, 2024
1 parent e37acb5 commit 6fc5523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LiteDBAsync/LiteDBAsync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<Summary>LiteDB.Async - A lightweight async wrapper for LiteDB</Summary>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>LiteDBAsyncStrongNameKey.snk</AssemblyOriginatorKeyFile>
<AssemblyName>LiteDB.Async</AssemblyName>
<AssemblyName>LiteDB.Async</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.17" />
<PackageReference Include="LiteDB" Version="5.0.20" />
</ItemGroup>

</Project>

0 comments on commit 6fc5523

Please sign in to comment.