Frontenac.Blueprints
2.3.10
See the version list below for details.
dotnet add package Frontenac.Blueprints --version 2.3.10
NuGet\Install-Package Frontenac.Blueprints -Version 2.3.10
<PackageReference Include="Frontenac.Blueprints" Version="2.3.10" />
paket add Frontenac.Blueprints --version 2.3.10
#r "nuget: Frontenac.Blueprints, 2.3.10"
// Install Frontenac.Blueprints as a Cake Addin #addin nuget:?package=Frontenac.Blueprints&version=2.3.10 // Install Frontenac.Blueprints as a Cake Tool #tool nuget:?package=Frontenac.Blueprints&version=2.3.10
A .NET port of the Tinkerpop Stack. Blueprints provides a set of interfaces for the property graph data model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net40-client is compatible. net403 was computed. net45 was computed. 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. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Frontenac.Blueprints:
Package | Downloads |
---|---|
Frontenac.Blueprints.TestSuite
A .NET port of the Tinkerpop Stack. Blueprints TestSuite provides a standard testsuite for the graph libraries that implement the Blueprints property graph model. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- GraphBackedTypeProvider now supports multiple graph instances correctly.
- The default column name for type information vertices is now __g_type, due to a name clash.
- New Gremlinq AddVertex overloads that allow to specify the id.
- NuGet package now only includes .NET 4.0 assemblies. A new package for .NET 4.5 will be released soon.