How to create a package in Nuget? | Nuget Tutorial
Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec file from metadata within the assembly and create a package. $ nuget spec MyAssembly.dll This creates a Nuspec file. Edit the NuSpec file as needed … Read more