Jint.nuspec 702 B

1234567891011121314151617
  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.9.1</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>
  13. Fixes bugs for: Regular expressions, Dates, JSON parse, cached literals race condition.
  14. </releaseNotes>
  15. <tags>javascript interpreter jint</tags>
  16. </metadata>
  17. </package>