Frontenac.Blueprints 2.3.10

dotnet add package Frontenac.Blueprints --version 2.3.10
NuGet\Install-Package Frontenac.Blueprints -Version 2.3.10
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="Frontenac.Blueprints" Version="2.3.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frontenac.Blueprints --version 2.3.10
#r "nuget: Frontenac.Blueprints, 2.3.10"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.10 278 5/4/2014
2.3.9 69 3/29/2014
2.3.8 65 3/22/2014
2.3.7 67 3/11/2014
2.3.6 62 3/9/2014
2.3.5 54 12/9/2013
2.3.4 55 9/10/2013
2.3.3 54 8/26/2013
2.3.2 54 8/2/2013
2.3.1 53 8/2/2013


- 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.