Browse Source

Updating version

Sebastien Ros 8 years ago
parent
commit
69fe7fadc1
2 changed files with 10 additions and 26 deletions
  1. 0 18
      Jint/Properties/AssemblyInfo.cs
  2. 10 8
      Jint/project.json

+ 0 - 18
Jint/Properties/AssemblyInfo.cs

@@ -1,18 +0,0 @@
-using System.Resources;
-using System.Reflection;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Jint")]
-[assembly: AssemblyDescription("Javascript Interpreter for .NET")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Sebastien Ros")]
-[assembly: AssemblyProduct("Jint")]
-[assembly: AssemblyCopyright("Copyright © Sébastien Ros")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: NeutralResourcesLanguage("en")]
-
-[assembly: AssemblyVersion("2.9.1")]
-[assembly: AssemblyFileVersion("2.9.1")]

+ 10 - 8
Jint/project.json

@@ -1,8 +1,9 @@
 {
-  "version": "2.10",
+  "version": "2.10.1",
   "title": "Jint",
   "description": "Javascript interpreter for .NET which provides full ECMA 5.1 compliance.",
   "language": "en-US",
+  "copyright": "Sebastien Ros",
   "authors": [ "Sebastien Ros" ],
   "packOptions": {
     "projectUrl": "https://github.com/sebastienros/jint",
@@ -11,7 +12,8 @@
     "repository": {
       "type": "git",
       "url": "git://github.com/sebastienros/jint"
-    }
+    },
+    "releaseNotes": "Signed assembly."
   },
   "buildOptions": {
     "keyFile": "Jint.snk"
@@ -27,12 +29,12 @@
         "define": [
           "PORTABLE"
         ]
-     },
-     "frameworkAssemblies": {
-       "mscorlib": "",
-       "System": "",
-       "System.Core": ""
-     }
+      },
+      "frameworkAssemblies": {
+        "mscorlib": "",
+        "System": "",
+        "System.Core": ""
+      }
     },
     "netstandard1.3": {
       "dependencies": {