Exira.EventStore 0.8.25

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

Exira.EventStore is an F# implementation for EventStore (https://geteventstore.com/)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Exira.EventStore:

Package Downloads
Exira.EventStore.Owin

Exira.EventStore.Owin is an OWIN middleware to keep an EventStore connection shared per application

Exira.EventStore.Logger

Exira.EventStore.Logger is a Topshelf service to log EventStore events using Serilog

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.25 1,478 12/31/2015
0.8.23 1,162 12/29/2015
0.8.22 1,118 12/29/2015
0.7.18 1,131 12/28/2015
0.7.15 1,161 12/28/2015
0.6.14 1,124 12/23/2015
0.5.13 1,298 11/27/2015
0.4.9 1,189 11/15/2015
0.3.8 1,131 10/28/2015
0.3.7 1,146 10/18/2015
0.2.6 1,117 10/18/2015
0.2.5 1,128 10/13/2015
0.2.3 1,170 10/13/2015
0.1.2 1,381 10/2/2015
0.1.1 1,335 10/2/2015
0.0.11 1,253 9/25/2015
0.0.10 1,232 9/25/2015
0.0.9 1,183 7/4/2015
0.0.8 1,147 7/4/2015
0.0.7 1,191 5/22/2015
0.0.6 1,141 5/21/2015
0.0.5 1,299 4/18/2015
0.0.4 1,264 4/18/2015
0.0.2 1,274 4/13/2015
0.0.1 3,648 4/13/2015

Switched from FsPickler to Chiron for serialization
NuGet package is now targeting .NET 4.5.1 and 4.6.1