Skip to content

Commit

Permalink
Merge pull request #849 from mallibone/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
praeclarum authored Sep 20, 2019
2 parents cf7652e + 2c2362f commit 1454c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite-net-sqlcipher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>SQLite-net Official SQLCipher .NET Standard Library</title>
<summary>SQLite-net Official Portable Library is the easy way to access sqlite from .NET apps.</summary>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite with the SQLCipher extension. This enables secure access to the datbase with password (key) access.</description>
<description>SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite with the SQLCipher extension. This enables secure access to the database with password (key) access.</description>
<tags>sqlite-net sqlite pcl database orm mobile encryption sqlcipher</tags>
<releaseNotes>See project page</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 1454c82

Please sign in to comment.