Release 5.3.0
NHibernate.Caches 5.3.0 is now released.
Previously existing providers are binary compatible with NHibernate 5.0, and targets .Net Framework 4.6.1. New providers (Core ones) target NHibernate 5.1 and .Net Standard 2.0.
NHibernate.Caches.CoreDistributedCache is not a standalone provider and require an additional cache factory. Factories for Memcached, Redis and SqlServer caches are available.
Binaries are available on NuGet and GitHub:
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Memcached/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Memory/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.Redis/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache.SqlServer/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.CoreMemoryCache/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.EnyimMemcached/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.SysCache2/5.3.0
https://www.nuget.org/packages/NHibernate.Caches.RtMemoryCache/5.3.0
.Net Standard providers are only available on NuGet.