Browse Source

Updating version number

Sebastien Ros 10 years ago
parent
commit
83f773a385
2 changed files with 6 additions and 6 deletions
  1. 4 4
      Jint/Jint.nuspec
  2. 2 2
      Jint/Properties/AssemblyInfo.cs

+ 4 - 4
Jint/Jint.nuspec

@@ -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>

+ 2 - 2
Jint/Properties/AssemblyInfo.cs

@@ -14,5 +14,5 @@ using System.Reflection;
 [assembly: AssemblyCulture("")]
 [assembly: AssemblyCulture("")]
 [assembly: NeutralResourcesLanguage("en")]
 [assembly: NeutralResourcesLanguage("en")]
 
 
-[assembly: AssemblyVersion("2.5.0")]
-[assembly: AssemblyFileVersion("2.5.0")]
+[assembly: AssemblyVersion("2.6.0")]
+[assembly: AssemblyFileVersion("2.6.0")]