That seems like an interesting place to add the libraries. The monodevelop nuget plugin requires a newer version of Monodevelop than the one shipped with Ubuntu 12.10 so I'm not able to add the libraries to nuget yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In order to make the nuget package usable, I would prefer the binaries to be strong named. Currently I'm working on a project which requires strong names on our assemblies. Because of the rules of .NET, we cannot load SharpPcap assemblies because they lack strong names.
My current workaround is to keep the source code of SharpPcap in our repository, and compile it and sign it using our keys. It is suboptimal.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That seems like an interesting place to add the libraries. The monodevelop nuget plugin requires a newer version of Monodevelop than the one shipped with Ubuntu 12.10 so I'm not able to add the libraries to nuget yet.
In order to make the nuget package usable, I would prefer the binaries to be strong named. Currently I'm working on a project which requires strong names on our assemblies. Because of the rules of .NET, we cannot load SharpPcap assemblies because they lack strong names.
My current workaround is to keep the source code of SharpPcap in our repository, and compile it and sign it using our keys. It is suboptimal.