Browse Source

Updating package version

Sebastien Ros 8 years ago
parent
commit
ace5621bbe
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Jint/project.json
  2. 1 1
      buildnuget.cmd

+ 1 - 1
Jint/project.json

@@ -1,5 +1,5 @@
 {
 {
-  "version": "2.9.1",
+  "version": "2.10",
   "title": "Jint",
   "title": "Jint",
   "description": "Javascript interpreter for .NET which provides full ECMA 5.1 compliance.",
   "description": "Javascript interpreter for .NET which provides full ECMA 5.1 compliance.",
   "language": "en-US",
   "language": "en-US",

+ 1 - 1
buildnuget.cmd

@@ -1 +1 @@
-.nuget\nuget pack jint\Jint.csproj -Properties Configuration=Release 
+dotnet pack jint\project.json -c Release -o artifacts