Skip to content

3.0.0 - Bolt Release!

Compare
Choose a tag to compare
@cskardon cskardon released this 08 Feb 15:56
4f0bc94

We finally add Bolt to the Client!

In theory there is only one code change you need to do (assuming you're passing around IGraphClient), from:

var client = new GraphClient(new Uri("http://localhost:7474/db/data"), "user", "pass");

to

var client = new BoltGraphClient(new Uri("bolt://localhost:7687"), "user", "pass");