Jint.nuspec 762 B

1234567891011121314151617181920
  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.5.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. Automatic support of camelCase mapping for .NET members.
  14. Support for nested types.
  15. Support for params JsValue[].
  16. Bug fixes.
  17. </releaseNotes>
  18. <tags>javascript interpreter jint</tags>
  19. </metadata>
  20. </package>