1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>Jint</id>
- <version>2.9.1</version>
- <owners>Sebastien Ros</owners>
- <authors>Sebastien Ros</authors>
- <description>Javascript Interpreter for .NET</description>
- <language>en-US</language>
- <projectUrl>http://github.com/sebastienros/jint</projectUrl>
- <licenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</licenseUrl>
- <releaseNotes>
- Fixes bugs for: Regular expressions, Dates, JSON parse, cached literals race condition.
- </releaseNotes>
- <tags>javascript interpreter jint</tags>
- </metadata>
- </package>
|