File tree Expand file tree Collapse file tree 14 files changed +39
-40
lines changed
com.github.asus4.onnxruntime-extensions
com.github.asus4.onnxruntime-genai
com.github.asus4.onnxruntime.linux-x64-gpu
com.github.asus4.onnxruntime.unity
com.github.asus4.onnxruntime.win-x64-gpu
com.github.asus4.onnxruntime Expand file tree Collapse file tree 14 files changed +39
-40
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,9 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0" ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0" ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0" ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0" ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7877 ... other dependencies
7978 }
8079```
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 " ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0 " ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0 " ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0 " ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4" ,
77+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7878 ... other dependencies
7979 }
8080```
Original file line number Diff line number Diff line change 11{
22 "name" : " com.github.asus4.onnxruntime-extensions" ,
3- "version" : " 0.4.4-rc0 " ,
3+ "version" : " 0.4.4" ,
44 "displayName" : " ONNX Runtime Extensions" ,
55 "description" : " ONNX Runtime Extensions for Unity" ,
66 "keywords" : [
1010 "unity" : " 2022.3" ,
1111 "unityRelease" : " 0f1" ,
1212 "dependencies" : {
13- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 "
13+ "com.github.asus4.onnxruntime" : " 0.4.4"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 " ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0 " ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0 " ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0 " ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4" ,
77+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7878 ... other dependencies
7979 }
8080```
Original file line number Diff line number Diff line change 11{
22 "name" : " com.github.asus4.onnxruntime-genai" ,
3- "version" : " 0.4.4-rc0 " ,
3+ "version" : " 0.4.4" ,
44 "displayName" : " ONNX Runtime GenAI" ,
55 "description" : " ONNX Runtime Generative AI for Unity" ,
66 "keywords" : [
1010 "unity" : " 2022.3" ,
1111 "unityRelease" : " 0f1" ,
1212 "dependencies" : {
13- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 "
13+ "com.github.asus4.onnxruntime" : " 0.4.4"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 " ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0 " ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0 " ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0 " ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4" ,
77+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7878 ... other dependencies
7979 }
8080```
Original file line number Diff line number Diff line change 11{
22 "name" : " com.github.asus4.onnxruntime.linux-x64-gpu" ,
3- "version" : " 0.4.4-rc0 " ,
3+ "version" : " 0.4.4" ,
44 "displayName" : " ONNX Runtime - Linux x64 GPU" ,
55 "description" : " ONNX Runtime for Unity - Linux x64 GPU Provider" ,
66 "keywords" : [
1010 "unity" : " 2022.3" ,
1111 "unityRelease" : " 0f1" ,
1212 "dependencies" : {
13- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 "
13+ "com.github.asus4.onnxruntime" : " 0.4.4"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 " ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0 " ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0 " ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0 " ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4" ,
77+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7878 ... other dependencies
7979 }
8080```
Original file line number Diff line number Diff line change 11{
22 "name" : " com.github.asus4.onnxruntime.unity" ,
3- "version" : " 0.4.4-rc0 " ,
3+ "version" : " 0.4.4" ,
44 "displayName" : " ONNX Runtime Unity Utilities" ,
55 "description" : " ONNX Runtime Utilities for Unity" ,
66 "keywords" : [
1010 "unity" : " 2022.3" ,
1111 "unityRelease" : " 0f1" ,
1212 "dependencies" : {
13- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 "
13+ "com.github.asus4.onnxruntime" : " 0.4.4"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7171 }
7272 ]
7373 "dependencies" : {
74- "com.github.asus4.onnxruntime" : " 0.4.4-rc0 " ,
75- "com.github.asus4.onnxruntime.unity" : " 0.4.4-rc0 " ,
76- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4-rc0 " ,
77- "com.github.asus4.onnxruntime-extensions" : " 0.4.4-rc0 " ,
74+ "com.github.asus4.onnxruntime" : " 0.4.4" ,
75+ "com.github.asus4.onnxruntime.unity" : " 0.4.4" ,
76+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.4.4" ,
77+ "com.github.asus4.onnxruntime-extensions" : " 0.4.4" ,
7878 ... other dependencies
7979 }
8080```
You can’t perform that action at this time.
0 commit comments