Skip to content

SqliteCache 9.0.1

Latest
Compare
Choose a tag to compare
@mqudsi mqudsi released this 19 Feb 23:19
· 1 commit to master since this release
  • Fixes an exception that might occur during calls to SqliteCache.Dispose() if the background cleanup coincides with the dispose call. (#24, reported by @Cologler)
  • ConfigureAwait(false) is used throughout the code
  • Upstream dependencies updated

Release is available on NuGet: https://www.nuget.org/packages/NeoSmart.Caching.Sqlite

Full Changelog: 9.0.0...9.0.1