It does what it says on the tin*: A C# library for accessing GitHub's API.
Targets .NET 4
Uses John Sheehan's excellent RestSharp REST client library for most of the heavy lifting.
Barely does anything at the moment. I'm lazy. Started working on this off and on again. Send a pull request.
For now, just fire up VS and hit build. To run the integration tests which require authentication, you'll need to create a file called csharp-github-api.IntegrationTests.dll.config. Simply use the provided example as a starting point. Just add your Github username and password. The file is in .gitignore, so you can't accidently commit it.
Licensed under the Apache License, Version 2.0, details included in the source.