Explorar el Código

Updating package version

Sebastien Ros hace 9 años
padre
commit
ace5621bbe
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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",
   "description": "Javascript interpreter for .NET which provides full ECMA 5.1 compliance.",
   "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