Browse Source

Updating version

Sebastien Ros 9 years ago
parent
commit
0b26a0fe0f
3 changed files with 6 additions and 8 deletions
  1. 2 2
      Jint.Repl/Properties/AssemblyInfo.cs
  2. 2 4
      Jint/Jint.nuspec
  3. 2 2
      Jint/Properties/AssemblyInfo.cs

+ 2 - 2
Jint.Repl/Properties/AssemblyInfo.cs

@@ -16,5 +16,5 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyCulture("")]
 [assembly: AssemblyCulture("")]
 [assembly: NeutralResourcesLanguage("en")]
 [assembly: NeutralResourcesLanguage("en")]
 
 
-[assembly: AssemblyVersion("2.8.0")]
-[assembly: AssemblyFileVersion("2.8.0")]
+[assembly: AssemblyVersion("2.9.0")]
+[assembly: AssemblyFileVersion("2.9.0")]

+ 2 - 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.8</version>
+    <version>2.9</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,7 @@
     <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>
-Improvement: Significant performance improvements, from 10% to 50% depending on the scenario.
-Bug: Updated unicode whitespace chars list
-Bug: Value types and boxing issues
+Fixes bugs for: Regular expressions, Dates, JSON parse, cached literals race condition.
     </releaseNotes>
     </releaseNotes>
     <tags>javascript interpreter jint</tags>
     <tags>javascript interpreter jint</tags>
   </metadata>
   </metadata>

+ 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.8.0")]
-[assembly: AssemblyFileVersion("2.8.0")]
+[assembly: AssemblyVersion("2.9.0")]
+[assembly: AssemblyFileVersion("2.9.0")]