Skip to content

Commit

Permalink
Update sqlite verison numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
James Montemagno committed Jun 9, 2023
1 parent cb9be41 commit 1c21fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MonkeyCache.SQLite/Barrel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace MonkeyCache.SQLite
{
/// <summary>
/// Persistant Key/Value data store for any data object.
/// Persistent Key/Value data store for any data object.
/// Allows for saving data along with expiration dates and ETags.
/// </summary>
public class Barrel : IBarrel
Expand Down
4 changes: 2 additions & 2 deletions src/MonkeyCache.SQLite/MonkeyCache.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageTags>xamarin, windows, ios, android, cache, http</PackageTags>
<Title>🙊 MonkeyCache.SQLite - A .NET Caching Library</Title>
<Description>A simple caching library to cache any data structure for a specific amount of time in any .NET application. Additionally, offers simple HTTP methods for caching web request data. Powered by SQLite.</Description>
<Copyright>2022 Refractored LLC &amp; James Montemagno</Copyright>
<Copyright>2023 Refractored LLC &amp; James Montemagno</Copyright>
<RepositoryUrl>https://github.com/jamesmontemagno/monkey-cache</RepositoryUrl>
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/monkey-cache </PackageReleaseNotes>

Expand Down Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.141-beta" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1c21fbc

Please sign in to comment.