forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump master version to 1.11 (microsoft#9957)
* Bump master version to 1.11 * Update Windows AI version * update version in onnxruntime_c_api.cc
- Loading branch information
1 parent
9109678
commit 8043a9f
Showing
13 changed files
with
8,800 additions
and
8,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.10.0 | ||
1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"license": "MIT", | ||
"name": "onnxruntime-common", | ||
"description": "ONNXRuntime JavaScript API library", | ||
"license": "MIT", | ||
"unpkg": "dist/ort-common.min.js", | ||
"name": "onnxruntime-common", | ||
"repository": { | ||
"url": "https://github.com/Microsoft/onnxruntime.git", | ||
"url": "https://github.com/Microsoft/onnxruntime.git", | ||
"type": "git" | ||
}, | ||
"author": "fs-eire", | ||
"version": "1.10.0", | ||
"keywords": [ | ||
"ONNX", | ||
"ONNXRuntime", | ||
"ONNX Runtime" | ||
], | ||
}, | ||
"author": "fs-eire", | ||
"module": "dist/lib/index.js", | ||
"version": "1.11.0", | ||
"jsdelivr": "dist/ort-common.min.js", | ||
"scripts": { | ||
"prepare": "tsc && webpack" | ||
}, | ||
}, | ||
"keywords": [ | ||
"ONNX", | ||
"ONNXRuntime", | ||
"ONNX Runtime" | ||
], | ||
"devDependencies": { | ||
"ts-loader": "^9.1.2", | ||
"typedoc": "^0.22.3", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.36.2", | ||
"ts-loader": "^9.1.2", | ||
"webpack": "^5.36.2", | ||
"typescript": "^4.2.4", | ||
"typedoc": "^0.22.3", | ||
"webpack-cli": "^4.7.0" | ||
}, | ||
"main": "dist/ort-common.node.js", | ||
"types": "dist/lib/index.d.ts", | ||
"jsdelivr": "dist/ort-common.min.js", | ||
"unpkg": "dist/ort-common.min.js", | ||
"module": "dist/lib/index.js" | ||
} | ||
}, | ||
"main": "dist/ort-common.node.js", | ||
"types": "dist/lib/index.d.ts", | ||
"description": "ONNXRuntime JavaScript API library" | ||
} |
Oops, something went wrong.