libmxml1_native.redist.nuspec 1.4 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>libmxml1_native.redist</id>
  5. <title>Small XML File Parsing Library for VS2019+ Redist</title>
  6. <version>3.3.0</version>
  7. <authors>Michael R Sweet</authors>
  8. <owners>michaelrsweet</owners>
  9. <projectUrl>https://github.com/michaelrsweet/mxml</projectUrl>
  10. <license type="expression">Apache-2.0</license>
  11. <icon>build/native/mxml-128.png</icon>
  12. <readme>build/native/README.md</readme>
  13. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  14. <description>Redistributable components for package 'libmxml1_native'. This package should only be installed as a dependency.</description>
  15. <summary>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries. This package provides the redistributable content for Mini-XML.</summary>
  16. <copyright>Copyright © 2003-2021 by Michael R Sweet</copyright>
  17. <tags>xml</tags>
  18. </metadata>
  19. <files>
  20. <file src="..\doc\mxml-128.png" target="build\native" />
  21. <file src="..\README.md" target="build\native" />
  22. <!--<file src="Win32\**\libmxml1.dll" target="build\native\bin\Win32" />-->
  23. <file src="x64\**\libmxml1.dll" target="build\native\bin\x64" />
  24. </files>
  25. </package>