Browse Source

Updating version number

Sebastien Ros 9 years ago
parent
commit
04aac0b74f
2 changed files with 13 additions and 8 deletions
  1. 10 5
      Jint/Jint.nuspec
  2. 3 3
      Jint/Properties/AssemblyInfo.cs

+ 10 - 5
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.6.0</version>
+    <version>2.7.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,10 +10,15 @@
     <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>
-      Performance improvements.
-      Debugger support.
-      Better error reporting.
-      Bug fixes.
+Improvement: Significant performance improvements
+Improvement: Configurable local timezone
+Improvement: Configurable local culture
+Bug: Local date and time representation
+Bug: Date prototype allowed usage
+Bug: Date.now precision
+Bug: Array index conversion
+Bug: Object is extensible
+Bug: Correct assignment evaluation
     </releaseNotes>
     </releaseNotes>
     <tags>javascript interpreter jint</tags>
     <tags>javascript interpreter jint</tags>
   </metadata>
   </metadata>

+ 3 - 3
Jint/Properties/AssemblyInfo.cs

@@ -9,10 +9,10 @@ using System.Reflection;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Sebastien Ros")]
 [assembly: AssemblyCompany("Sebastien Ros")]
 [assembly: AssemblyProduct("Jint")]
 [assembly: AssemblyProduct("Jint")]
-[assembly: AssemblyCopyright("Copyright © Sébastien Ros 2013")]
+[assembly: AssemblyCopyright("Copyright © Sébastien Ros")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 [assembly: AssemblyCulture("")]
 [assembly: NeutralResourcesLanguage("en")]
 [assembly: NeutralResourcesLanguage("en")]
 
 
-[assembly: AssemblyVersion("2.6.0")]
-[assembly: AssemblyFileVersion("2.6.0")]
+[assembly: AssemblyVersion("2.7.0")]
+[assembly: AssemblyFileVersion("2.7.0")]