diff options
| -rw-r--r-- | scripts/nuget.autopkg | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 88379f8..c620b57 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,10 +1,10 @@  nuget{  	nuspec{ -		id = libpugixml; +		id = pugixml;  		version : 1.6.0.1;  		title: XML parser library in C++;  		authors: {Arseny Kapoulkine}; -		owners: {Ivan Gagis}; +		owners: {Arseny Kapoulkine};  		licenseUrl: "http://pugixml.org/license.html";  		projectUrl: "http://pugixml.org/";  		iconUrl: "https://github.com/zeux/pugixml/logo.svg"; | 
