Syntosa.Core 1.0.19066.1

dotnet add package Syntosa.Core --version 1.0.19066.1
NuGet\Install-Package Syntosa.Core -Version 1.0.19066.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="Syntosa.Core" Version="1.0.19066.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syntosa.Core --version 1.0.19066.1
#r "nuget: Syntosa.Core, 1.0.19066.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.
// Install Syntosa.Core as a Cake Addin
#addin nuget:?package=Syntosa.Core&version=1.0.19066.1

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 468 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,271 10/17/2018
1.0.18289 1,375 10/16/2018
1.0.0.16 1,268 10/12/2018
1.0.0.15 1,271 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,839 12/27/2016

Build passing all unit tests.

1.0.19066.1 - Added Get.*ListUtility and exposed Get*.SelectParms
1.0.19066.0 - Added Get.*ByElementUId/ad-hoc procs and upgraded to net461/netstandard20
1.0.18350.0 - update to include configurable parallelism for Composite objects
1.0.18289.1 - Updated SyncSet TVPs, correction to Element->UpdateElementRls IsDirty check
1.0.18289.0 - Rollback of extra UId TVP fields
1.0.0.16 - Added EdgeElementElement.LabelName
1.0.0.15 - Added EdgeElementElement.LabelUId
1.0.0.14 - Exposed internal utility functions as public, granulated Element get/upsert options
1.0.0.13 - Adds a method to UpsertGroup without an enbeded call to selecting the next RLS bitmask
1.0.0.12 - Updated Element POCO CurrentHashCode to include IsActive and IsBuiltIn
1.0.0.11 - Adjusted composite Element select and corrected EdgeUtility mapping on El/El EdgeProps.
1.0.0.10 - Corrected recursive upsert/delete logic for hierarchical composite elements