SqliteCache 6.1.0
What's Changed
- New methods to clear the cache (
SqliteCache.Clear()
andSqliteCache.ClearAsync()
) by @Msurrow in #15 - Now compatible with SQLite builds compiled with
SQLITE_DSQ=0
(double-quoting vs single-quoting issue, #12) - SQLitePCLRaw updated
New Contributors
- @AntonyCorbett made their first contribution in #7
- @Msurrow made their first contribution in #15
Full Changelog: 6.0.1...6.1.0