aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-15 17:56:15 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-15 17:56:15 -0700
commit5329ba03b5da812a578305e7ff5eac873798523b (patch)
tree5d63ee01543cc935e578179845ae8583dbe618d4 /scripts
parent3c59df555b93a7650ae0056da34bacde93f4ef8f (diff)
downloadpugixml-5329ba03b5da812a578305e7ff5eac873798523b.zip
pugixml-5329ba03b5da812a578305e7ff5eac873798523b.tar.gz
pugixml-5329ba03b5da812a578305e7ff5eac873798523b.tar.bz2
scripts: Update NuGet package spec
Migrate from licenseUrl to license since licenseUrl is deprecated and fix grammar for VS version list.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget/pugixml.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index c5da214..74c7b94 100644
--- a/scripts/nuget/pugixml.nuspec
+++ b/scripts/nuget/pugixml.nuspec
@@ -7,12 +7,12 @@
<authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>https://pugixml.org/license.html</licenseUrl>
+ <license type="expression">MIT</license>
<projectUrl>https://pugixml.org/</projectUrl>
<iconUrl>https://github.com/zeux/pugixml/logo.svg</iconUrl>
<description>pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings (which happen automatically during parsing/saving).
pugixml is used by a lot of projects, both open-source and proprietary, for performance and easy-to-use interface.
-This package contains builds for VS2013, VS2015 and VS2017, VS2019, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
+This package contains builds for VS2013, VS2015, VS2017 and VS2019, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
<summary>Light-weight, simple and fast XML parser for C++ with XPath support</summary>
<releaseNotes>https://pugixml.org/docs/manual.html#changes</releaseNotes>
<copyright>Copyright (c) 2006-2019 Arseny Kapoulkine</copyright>