I read this beforehand (works a treat!)
How to Create NuGet Packages From .Net Core RC2 Class Libraries
I'm not sure how to add metadata, though. My current process uses Nuget Package Explorer. I'm currently having to do this manually, and I really shouldn't have to!
Here is an example of what I would like to add to my project, without the UI
Is it possible to add this information anywhere inside my VS2015 solution, and have it added to my nuget package automatically?
P.S. if the answer is "you need a .nuspec file..." can you document the process of how this works in VS2015, because I don't see how VS would respect the contents of the file.