diff options
author | Ivan Gagis <ivan.gagis@tieto.com> | 2015-10-08 13:33:54 +0300 |
---|---|---|
committer | Ivan Gagis <ivan.gagis@tieto.com> | 2015-10-08 13:33:54 +0300 |
commit | ea190c8bd2695f6b1df7335b1d48fa10edd717fc (patch) | |
tree | 800001f75c4cd1cefba41175427836be4ddaaf4e /scripts/nuget.autopkg | |
parent | 1402820ed0597f7964d75621d6ce228d7e46cd80 (diff) |
changed nuget name to pugixml without lib prefix
Diffstat (limited to 'scripts/nuget.autopkg')
-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"; |