2
0

Microsoft.ChakraCore.ARM.nuspec 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.ChakraCore.ARM</id>
  5. <!-- Note: actual version number is overridden by the NuGet package creation command. -->
  6. <version>$version$</version>
  7. <authors>Chakra Team</authors>
  8. <owners>Chakra Team</owners>
  9. <licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl>
  10. <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <developmentDependency>true</developmentDependency>
  13. <description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
  14. <releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Roadmap#release-notes</releaseNotes>
  15. <copyright>Copyright (C) 2016 Microsoft</copyright>
  16. <language>en-US</language>
  17. <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
  18. <dependencies>
  19. <group targetFramework=".NETStandard1.0" />
  20. </dependencies>
  21. </metadata>
  22. <files>
  23. <file src="_._" target="lib\netstandard1.0\"/>
  24. <file src="Microsoft.ChakraCore.ARM.props" target="build\netstandard1.0"/>
  25. <file src="..\VcBuild\bin\arm_release\ChakraCore.dll" target="runtimes\win8-arm\native\ChakraCore.dll" />
  26. </files>
  27. </package>