Add nuspec file based on contents of SDK style format. Did a quick experiment with SDK style project, but this turned out to be much easier to ensure it worked as expected, given it's .NET Framework it's probably better as it will ensure the package still works. Tested locally on our project and it also works with the Pascal Casing, which is great :).
Fixes #34
Attempted to use nuget variables where possible so these can be edited in one place (AssemlyInfo.cs). Copied files relevant to packaging from the v10 branch (icons, readme.md). Had to change titles to AssemblyTitle, AssemblyProduct and ID to ensure they match the other packages in the series, as I assume publishing on nuget.org needs these to be consistent (but not certain of this).
Add nuspec file based on contents of SDK style format. Did a quick experiment with SDK style project, but this turned out to be much easier to ensure it worked as expected, given it's .NET Framework it's probably better as it will ensure the package still works. Tested locally on our project and it also works with the Pascal Casing, which is great :).
Fixes #34
Attempted to use nuget variables where possible so these can be edited in one place (AssemlyInfo.cs). Copied files relevant to packaging from the v10 branch (icons, readme.md). Had to change titles to AssemblyTitle, AssemblyProduct and ID to ensure they match the other packages in the series, as I assume publishing on nuget.org needs these to be consistent (but not certain of this).