Jint.nuspec 932 B

12345678910111213141516171819202122232425
  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.7.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>
  13. Improvement: Significant performance improvements
  14. Improvement: Configurable local timezone
  15. Improvement: Configurable local culture
  16. Bug: Local date and time representation
  17. Bug: Date prototype allowed usage
  18. Bug: Date.now precision
  19. Bug: Array index conversion
  20. Bug: Object is extensible
  21. Bug: Correct assignment evaluation
  22. </releaseNotes>
  23. <tags>javascript interpreter jint</tags>
  24. </metadata>
  25. </package>