| 1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>slua-standalone</id>
- <version>1.0.67</version>
- <authors>http://github.com/mr-kelly</authors>
- <owners>pangweiwei</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>http://github.com/pangweiwei/slua</licenseUrl>
- <projectUrl>http://github.com/mr-kelly/slua</projectUrl>
- <iconUrl>http://www.lua.org/images/lua.gif</iconUrl>
- <description>Slua is a Unity3D Lua Library, this slua-standalone is a version without Unity3D for Windows and Linux</description>
- <releaseNotes></releaseNotes>
- <copyright>Copyright 2016</copyright>
- <tags>slua lua</tags>
- </metadata>
- </package>
|