CryptoSQLite.ORM 3.0.2

dotnet add package CryptoSQLite.ORM --version 3.0.2
NuGet\Install-Package CryptoSQLite.ORM -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CryptoSQLite.ORM" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryptoSQLite.ORM --version 3.0.2
#r "nuget: CryptoSQLite.ORM, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CryptoSQLite.ORM as a Cake Addin
#addin nuget:?package=CryptoSQLite.ORM&version=3.0.2

// Install CryptoSQLite.ORM as a Cake Tool
#tool nuget:?package=CryptoSQLite.ORM&version=3.0.2

ORM for SQLite with data encryption.
     Supported Xamarin platforms:
     - Android
     - iOS
     1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted view.
     2. Generate your own personal encryption key, and pass it to CryptoSQLite library.
     3. CryptoSQLite will encrypt all properties that have '[Encrypted]' attribute automatically when you are adding (updating) elements to your Table and decrypt all [Encrypted] properties when you are getting elements from a Table in the database file.
     Last updates:
     In 3.0.2 version .NET Standard compatibility added and fixed minor issues

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.2 849 8/23/2019
2.1.14 1,087 3/18/2017
2.1.13 954 3/12/2017
2.1.10 1,212 2/3/2017
2.1.9 1,208 1/30/2017
2.1.8 1,150 1/18/2017
2.1.7 977 1/16/2017
2.1.6 1,160 12/30/2016