summaryrefslogtreecommitdiff
path: root/scripts/nuget.autopkg
AgeCommit message (Collapse)Author
2015-10-10scripts: Use changelog URL as release notesArseny Kapoulkine
2015-10-10scripts: Use /Z7 for NuGet packageArseny Kapoulkine
This avoids linker warning when building the final executable and we don't have to package the .PDB file.
2015-10-10Update version to 1.7Arseny Kapoulkine
2015-10-10scripts: Fix NuGet description formattingArseny Kapoulkine
2015-10-10scripts: Cleanup NuGet packagingArseny Kapoulkine
Move pugixml project file for VS2015 to scripts/ and unify the output file structure similar to old VS201x projects. Remove test projects and solution since they are not required for building. Provide more accurate information in the package script and handle build errors during package construction properly.
2015-10-08changed nuget name to pugixml without lib prefixIvan Gagis
2015-10-07nuget package scriptsIvan Gagis