Xrm.Persistent.Collections 2.2026.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xrm.Persistent.Collections --version 2.2026.3.1
                    
NuGet\Install-Package Xrm.Persistent.Collections -Version 2.2026.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xrm.Persistent.Collections" Version="2.2026.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xrm.Persistent.Collections" Version="2.2026.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Xrm.Persistent.Collections" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xrm.Persistent.Collections --version 2.2026.3.1
                    
#r "nuget: Xrm.Persistent.Collections, 2.2026.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xrm.Persistent.Collections@2.2026.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xrm.Persistent.Collections&version=2.2026.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Xrm.Persistent.Collections&version=2.2026.3.1
                    
Install as a Cake Tool

SQLite-backed persistent collections for Microsoft Dynamics CRM/XRM applications.

     Provides disk-backed dictionary storage with automatic serialization of CRM entities (Entity, EntityReference, OptionSetValue, Money, etc.).
     Perfect for long-running job engines, caching, and state persistence that survives application restarts.

     Inspired by Akavache, optimized for Dynamics 365 Online and OnPrem scenarios.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2026.3.2 80 3/17/2026
2.2026.3.1 70 3/17/2026
1.2022.10.3 849 10/23/2022
1.2020.2.2 1,110 2/21/2020
1.0.64 866 5/27/2019
Loading failed

Major upgrade to .NET Framework 4.8 with significant performance improvements (15-25%).

     Version Format: CalVer (2.YYYY.M.D) - Previous version: 1.2022.10.3

     Breaking Changes:
     - Namespace changed from Innofactor.Xrm.Persistent.Collections to Xrm.Persistent.Collections

     Enhancements:
     - Upgraded to .NET Framework 4.8 (from 4.6.2)
     - Updated SQLite to 1.9.172 (10-15% faster)
     - TLS 1.2/1.3 support for Dynamics 365 Online
     - Doubled test coverage (27 comprehensive tests)
     - Full backward compatibility with existing database files

     See CHANGELOG.md for full details.