Browse Source

Updating nuspec

Sebastien Ros 10 years ago
parent
commit
12f6183d02
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Jint/Jint.nuspec

+ 3 - 3
Jint/Jint.nuspec

@@ -2,14 +2,14 @@
 <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.3.0</version>
+    <version>2.4.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>
     <language>en-US</language>
     <language>en-US</language>
     <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>Improved .NET bindings and performance. Implemented recursion limit.</releaseNotes>
-    <tags>javascript interpreter</tags>
+    <releaseNotes>Fixing important bug related to Json parsing. Added params arguments support for .NET methods.</releaseNotes>
+    <tags>javascript interpreter jint</tags>
   </metadata>
   </metadata>
 </package>
 </package>