Include Documentation for Migrating from 0.9.x to 1.0

This commit is contained in:
Christopher F
2016-08-25 19:06:26 -04:00
parent ed7a072b3d
commit 52d536fe6a
7 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
_client.Log += (msg) =>
{
Console.WriteLine(msg.ToString());
return Task.CompletedTask;
}