|
@@ -2,7 +2,7 @@
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<metadata>
|
|
<id>Jint</id>
|
|
<id>Jint</id>
|
|
- <version>2.5.0</version>
|
|
|
|
|
|
+ <version>2.6.0</version>
|
|
<owners>Sebastien Ros</owners>
|
|
<owners>Sebastien Ros</owners>
|
|
<authors>Sebastien Ros</authors>
|
|
<authors>Sebastien Ros</authors>
|
|
<description>Javascript Interpreter for .NET</description>
|
|
<description>Javascript Interpreter for .NET</description>
|
|
@@ -10,9 +10,9 @@
|
|
<projectUrl>http://github.com/sebastienros/jint</projectUrl>
|
|
<projectUrl>http://github.com/sebastienros/jint</projectUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</licenseUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</licenseUrl>
|
|
<releaseNotes>
|
|
<releaseNotes>
|
|
- Automatic support of camelCase mapping for .NET members.
|
|
|
|
- Support for nested types.
|
|
|
|
- Support for params JsValue[].
|
|
|
|
|
|
+ Performance improvements.
|
|
|
|
+ Debugger support.
|
|
|
|
+ Better error reporting.
|
|
Bug fixes.
|
|
Bug fixes.
|
|
</releaseNotes>
|
|
</releaseNotes>
|
|
<tags>javascript interpreter jint</tags>
|
|
<tags>javascript interpreter jint</tags>
|