Ractor.Persistence 0.3.5

dotnet add package Ractor.Persistence --version 0.3.5
                    
NuGet\Install-Package Ractor.Persistence -Version 0.3.5
                    
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="Ractor.Persistence" Version="0.3.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ractor.Persistence" Version="0.3.5" />
                    
Directory.Packages.props
<PackageReference Include="Ractor.Persistence" />
                    
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 Ractor.Persistence --version 0.3.5
                    
#r "nuget: Ractor.Persistence, 0.3.5"
                    
#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.
#addin nuget:?package=Ractor.Persistence&version=0.3.5
                    
Install Ractor.Persistence as a Cake Addin
#tool nuget:?package=Ractor.Persistence&version=0.3.5
                    
Install Ractor.Persistence as a Cake Tool

Ractor.Persistence is a collection of APIs for POCOs and blobs persistence and a strongly typed Redisclient based on excellent Stackexchange.Redis library.The typed Redis client has strong opinion about keys schema inside Redis and uses a concept of root/owner objects to store dependent objects/collections. POCO/database persistor is implemented on top of Entity Framework 6 (with automatic migrations enabled for non-destructive schema changes). Blob persistor saves large data objects to files or S3.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.5 70 4/1/2015
0.3.4 42 3/27/2015
0.3.3 41 3/25/2015
0.3.2 39 3/25/2015
0.3.1 38 3/24/2015
0.3.0 110 9/21/2014
0.2.6 70 8/21/2014
0.2.5 59 8/21/2014
0.2.4 64 8/9/2014
0.2.3 60 8/8/2014
0.2.2 53 8/5/2014
0.2.1 51 8/5/2014
0.2.0 52 7/30/2014
0.1.1 68 7/11/2014

Update migration config