Weaver 0.5.4

dotnet add package Weaver --version 0.5.4
                    
NuGet\Install-Package Weaver -Version 0.5.4
                    
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="Weaver" Version="0.5.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Weaver" Version="0.5.4" />
                    
Directory.Packages.props
<PackageReference Include="Weaver" />
                    
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 Weaver --version 0.5.4
                    
#r "nuget: Weaver, 0.5.4"
                    
#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.
#addin nuget:?package=Weaver&version=0.5.4
                    
Install Weaver as a Cake Addin
#tool nuget:?package=Weaver&version=0.5.4
                    
Install Weaver as a Cake Tool

A fluent, strongly-typed Gremlin script generator.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Weaver:

Package Downloads
Weaver.Titan

Extends Weaver with Titan-specific data-type and query functionality.

Weaver.Exec.RexConnect

Extends Weaver with support for RexConnect request execution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.4 3,889 8/13/2013
0.5.3 1,722 8/2/2013
0.5.2 1,861 7/8/2013
0.5.1 1,884 7/4/2013
0.5.0 1,832 6/27/2013
0.4.2 1,688 6/25/2013
0.4.1 1,401 6/24/2013
0.4.0 1,786 6/21/2013

- Added table support.
- Added ToQueryAsVar functions.