Nuget package for C# client

I’ve added the Lite (fully-managed) library to Nuget here:

Aerospike.Client.CSharp.Lite

PM> Install-Package Aerospike.Client.CSharp.Lite

I’ll keep this updated with new versions as they come out and will add the full version with the Lua unmanaged code later.

C# driver 3.1.0 has been released and is officially on nuget now (everything is fully managed):

Aerospike.Client

PM> Install-Package Aerospike.Client