<rsd version="1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://archipelago.phrasewise.com/rsd">
  <service>
    <engineName>MyGet</engineName>
    <engineLink>http://www.myget.org/</engineLink>
    <dc:identifier>https://www.myget.org/F/neo4j-driver-snapshots/</dc:identifier>
    <dc:owner>neo4j</dc:owner>
    <dc:creator>neo4j</dc:creator>
    <dc:title>neo4j dotnet driver snapshot artifacts</dc:title>
    <dc:description># Neo4j .NET Driver

The snapshot builds of an alpha-level database driver for a new Neo4j remoting protocol. 

*Note*: The snapshot builds are the builds in active development, the API is not stable and things could break sometimes. 
The snapshot builds should not be used in production, but please be free to try it out and give us feedback at [Github](https://github.com/neo4j/neo4j-dotnet-driver). For more information about newest releases and documentations, please refer to [wiki](https://github.com/neo4j/neo4j-dotnet-driver/wiki).

## Minimum viable snippet

Add the driver to your project using Nuget Package Manager:

    PM&gt; Install-Package Neo4j.Driver

Connect to a Neo4j 3.0.0+ database

    using(Driver driver = GraphDatabase.Driver( "bolt://localhost:7687" ))
    using(Session session = driver.Session())
    {
        var cursor = session.Run("CREATE (n) RETURN n");
    }

# Getting the Driver

The Neo4j Driver is distributed exclusively via Nuget and can be added to your project via the Package Manager.

## Milestones

Available on [Nuget](https://www.nuget.org/packages/Neo4j.Driver)

## Snapshots

Snapshot builds are available at our [MyGet feed](https://www.myget.org/feed/neo4j-driver-snapshots/package/nuget/Neo4j.Driver), add the feed to your Nuget Sources

* [https://www.myget.org/F/neo4j-driver-snapshots/api/v3/index.json](https://www.myget.org/F/neo4j-driver-snapshots/api/v3/index.json)</dc:description>
    <homePageLink>https://www.myget.org/Feed/Details/neo4j-driver-snapshots/</homePageLink>
    <apis>
      <api name="nuget-v3-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/neo4j-driver-snapshots/api/v3/index.json" />
      <api name="nuget-v2-packages" blogID="" preferred="true" apiLink="https://www.myget.org/F/neo4j-driver-snapshots/api/v2/" />
      <api name="nuget-v1-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/neo4j-driver-snapshots/api/v1/" />
    </apis>
  </service>
</rsd>