Hello,
I have uploaded and fully functional version of LibPD for .NET and Mono to NuGet:
https://www.nuget.org/packages/LibPDBinding
I have opted to number the versions independantly from LibPD itself, as new packages may be uploaded with new architectures and OS.
It has been compiled using the latest release 0.9.2 plus my two pull requests: https://github.com/libpd/libpd/pull/113 https://github.com/libpd/libpd/pull/139
Included are native libraries for Windows and Linux, both x86 and amd64, as well as the necessary .NET and Mono dll.
For an example on how to use LibPD with C#, take a look at the sample app: https://github.com/residuum/libpd/tree/csharp/samples/csharp/naudio
I have already toyed around a bit with it: https://github.com/residuum/premier-league-sonification/tree/master/CsharpDe...
Thanks, Thomas