Client.GetPushes
This new version fixes issues with the Client.GetPushes method. The PushResponseFilter has been updated so that ModifiedDate and Active an now nullable and not reqired. PushResponseFilter also has a Cursor property. PushResponseContainer also has a Cursor property on it now. Please look at the PushbulletSharp.Tests area to see how to use the updated Client.GetPushes method. The PushTests class contains 4 tests: GetPushesAllSince, GetPushesNotesAndFilesSince, GetPushesAll, and GetPushesAllWithCursor. This should point you in the right direction to get up and running.