Support for Microsoft Visual Studio 2019 Release Candidate 4.
The sqlite3.dll library that is included into the installation package updated to version 3.27.2.
The IDbColumnSchemaGenerator interface and the SQLiteDataReader.GetColumnSchema() method are implemented in .NET Standard provider assemblies.
The EncryptionLicenseKey property is added to SQLiteConnectionStringBuilder for specifying a license key for the SQLiteCrypt and SQLCipher encryptions.
The "Encryption License Key" parameter is added to a connection string of SQLiteConnection for specifying a license key for the SQLiteCrypt and SQLCipher encryptions.
Reader.GetValue("text_column_with_nonstandard_typename") returns now the System.String object.