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.
#:package Exira.EventStore@0.8.25
                    
#: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=Exira.EventStore&version=0.8.25
                    
Install as a Cake Addin
#tool nuget:?package=Exira.EventStore&version=0.8.25
                    
Install 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,575 12/31/2015
0.8.23 1,251 12/29/2015
0.8.22 1,206 12/29/2015
0.7.18 1,216 12/28/2015
0.7.15 1,253 12/28/2015
0.6.14 1,219 12/23/2015
0.5.13 1,388 11/27/2015
0.4.9 1,284 11/15/2015
0.3.8 1,214 10/28/2015
0.3.7 1,236 10/18/2015
0.2.6 1,208 10/18/2015
0.2.5 1,218 10/13/2015
0.2.3 1,263 10/13/2015
0.1.2 1,465 10/2/2015
0.1.1 1,418 10/2/2015
0.0.11 1,343 9/25/2015
0.0.10 1,314 9/25/2015
0.0.9 1,267 7/4/2015
0.0.8 1,230 7/4/2015
0.0.7 1,278 5/22/2015
0.0.6 1,229 5/21/2015
0.0.5 1,389 4/18/2015
0.0.4 1,354 4/18/2015
0.0.2 1,369 4/13/2015
0.0.1 3,733 4/13/2015

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