slua-standalone.nuspec 776 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>slua-standalone</id>
  5. <version>1.0.67</version>
  6. <authors>http://github.com/mr-kelly</authors>
  7. <owners>pangweiwei</owners>
  8. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  9. <licenseUrl>http://github.com/pangweiwei/slua</licenseUrl>
  10. <projectUrl>http://github.com/mr-kelly/slua</projectUrl>
  11. <iconUrl>http://www.lua.org/images/lua.gif</iconUrl>
  12. <description>Slua is a Unity3D Lua Library, this slua-standalone is a version without Unity3D for Windows and Linux</description>
  13. <releaseNotes></releaseNotes>
  14. <copyright>Copyright 2016</copyright>
  15. <tags>slua lua</tags>
  16. </metadata>
  17. </package>