Skip to content

Commit 9436df9

Browse files
committed
Release version 6.1.0-preview1 on Nuget
1 parent ad9a666 commit 9436df9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

SqliteCache/SqliteCache.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@
55
<LangVersion>9.0</LangVersion>
66
<AssemblyName>NeoSmart.Caching.Sqlite</AssemblyName>
77
<RootNamespace>NeoSmart.Caching.Sqlite</RootNamespace>
8-
<Version>6.0.1</Version>
8+
<Version>6.1.0-preview1</Version>
99
<Nullable>enable</Nullable>
1010
<Authors>Mahmoud Al-Qudsi, neosmart, mqudsi</Authors>
1111
<Company>NeoSmart Technologies</Company>
1212
<Product>SqliteCache</Product>
1313
<Description>An SQLite-backed IDistributedCache cache implementation for ASP.NET Core. Fast, transparent, persistent caching.</Description>
14-
<Copyright>NeoSmart Technologies 2019-2022</Copyright>
14+
<Copyright>NeoSmart Technologies 2019-2023</Copyright>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageProjectUrl>https://neosmart.net/blog/2019/sqlite-cache-for-asp-net-core</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/neosmart/AspSqliteCache</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
<PackageTags>idistributedcache, cache, sqlite, sqlitecache, distributed, aspnetcore, asp, core, performance</PackageTags>
2020
<PackageReleaseNotes>
21+
Version 6.1:
22+
- Add methods to clear the cache (SqliteCache.Clear() and SqliteCache.ClearAsync())
23+
- SQLitePCLRaw upgraded to 2.1.4
24+
- Compatible w/ SQLite builds compiled with SQLITE_DSQ=0
25+
2126
Version 6.0:
2227
- Updates all Entity Framework and Microsoft Extension dependencies to v6.x
2328

0 commit comments

Comments
 (0)