3.0.0 - Bolt Release!
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");