Syntosa.Core 1.0.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Syntosa.Core --version 1.0.0.7
NuGet\Install-Package Syntosa.Core -Version 1.0.0.7
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="Syntosa.Core" Version="1.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syntosa.Core --version 1.0.0.7
#r "nuget: Syntosa.Core, 1.0.0.7"
#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.
// Install Syntosa.Core as a Cake Addin
#addin nuget:?package=Syntosa.Core&version=1.0.0.7

// Install Syntosa.Core as a Cake Tool
#tool nuget:?package=Syntosa.Core&version=1.0.0.7

Syntosa is a distributed temporal repository of property graphs.  Syntosa.Core provides the POCOs and DAL implementation.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syntosa.Core:

Package Downloads
Syntosa.Core.WebApi.Client

Syntosa is a distributed temporal repository of property graphs. Syntosa.Core.WebApi.Client provides the httpAPI client class.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.19066.1 470 3/8/2019
1.0.19066 348 3/8/2019
1.0.19033-beta 1,075 2/2/2019
1.0.18350 1,218 12/16/2018
1.0.18289.1 1,272 10/17/2018
1.0.18289 1,376 10/16/2018
1.0.0.16 1,269 10/12/2018
1.0.0.15 1,272 10/11/2018
1.0.0.14 1,456 7/16/2018
1.0.0.13 1,480 5/12/2018
1.0.0.12 1,532 4/13/2018
1.0.0.11 1,474 3/29/2018
1.0.0.10 1,448 3/22/2018
1.0.0.9 1,535 3/22/2018
1.0.0.8 1,446 3/21/2018
1.0.0.7 1,478 3/20/2018
1.0.0.6 1,502 2/20/2018
1.0.0.5 1,620 11/16/2017
1.0.0.4 1,432 11/7/2017
1.0.0.3 1,474 10/11/2017
1.0.0.2 2,671 4/7/2017
1.0.0.1 1,479 4/2/2017
1.0.0 1,841 12/27/2016

1.0.0.7 - Adds database connection timeout on SyntosaDal ctor.