CypherNet by mtranter

<PackageReference Include="CypherNet" Version="0.9.2" />

 CypherNet 0.9.2

A .Net API for the Neo4j HTTP Transactional Endpoint.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CypherNet</id>
    <version>0.9.2.0</version>
    <title>CypherNet</title>
    <authors>mtranter</authors>
    <owners>mtranter</owners>
    <licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
    <projectUrl>https://github.com/mtranter/CypherNet</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A .Net API for the Neo4j HTTP Transactional Endpoint.</description>
    <releaseNotes>Change Cypher Queries to use Lambdas of type Func&lt;IQueryContext&lt;TQueryVariables&gt;&gt;</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <dependencies>
      <dependency id="ExpressionReflection" version="1.2.0" />
      <dependency id="Newtonsoft.Json" version="5.0.6" />
    </dependencies>
  </metadata>
</package>