Jint.nuspec 672 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Jint</id>
  5. <version>2.3.0</version>
  6. <owners>Sebastien Ros</owners>
  7. <authors>Sebastien Ros</authors>
  8. <description>Javascript Interpreter for .NET</description>
  9. <language>en-US</language>
  10. <projectUrl>http://github.com/sebastienros/jint</projectUrl>
  11. <licenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</licenseUrl>
  12. <releaseNotes>Improved .NET bindings and performance. Implemented recursion limit.</releaseNotes>
  13. <tags>javascript interpreter</tags>
  14. </metadata>
  15. </package>