Tinkerforge C# Bindings
=======================

The C# bindings allow you to control Tinkerforge Bricks and Bricklets from your
C# programs. This ZIP file contains:

 Tinkerforge.dll     -- precompiled C#/.NET library (without debug info)
 Tinkerforge.dll.mdb -- debug info for Tinkerforge.dll
 Tinkerforge.xml     -- API documentation for Visual Studio, MonoDevelop, etc
 source/             -- source code of Tinkerforge.dll
 examples/           -- examples for every Brick and Bricklet

For more information about the C# bindings (including setup instructions) go to:

 http://www.tinkerforge.com/en/doc/Software/API_Bindings_CSharp.html (English)
 http://www.tinkerforge.com/de/doc/Software/API_Bindings_CSharp.html (German)

The C# bindings are also available from the NuGet package repository:

 https://www.nuget.org/packages/Tinkerforge/
