Easily create a nuget package

[em]“What is NuGet?
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.”[/em] [url]https://www.nuget.org/[/url]

Why create a nuget ? Personally, I use it to group classes in a library and facilitate its use to my students !
[url]https://csharpembarquenetduino.wikispaces.com/6.+Classes+maintenues+sur+Github[/url]
[url]https://www.nuget.org/packages/WebGE.MicroToolsKit/[/url]

How create a NuGet ?