File tree 11 files changed +39
-39
lines changed
com.github.asus4.onnxruntime
com.github.asus4.onnxruntime-extensions
com.github.asus4.onnxruntime.linux-x64-gpu
com.github.asus4.onnxruntime.unity
com.github.asus4.onnxruntime.win-x64-gpu
11 files changed +39
-39
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
66
66
}
67
67
]
68
68
"dependencies" : {
69
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
70
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
71
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
72
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
73
- "com.github.asus4.onnxruntime-extensions" : " 0.2.0 " ,
69
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
70
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
71
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
72
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
73
+ "com.github.asus4.onnxruntime-extensions" : " 0.2.1 " ,
74
74
... other dependencies
75
75
}
76
76
```
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
}
61
61
]
62
62
"dependencies" : {
63
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
64
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
65
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
66
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
67
- "com.github.asus4.onnxruntime.extensions" : " 0.2.0 " ,
63
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
64
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
65
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
67
+ "com.github.asus4.onnxruntime.extensions" : " 0.2.1 " ,
68
68
... other dependencies
69
69
}
70
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.github.asus4.onnxruntime-extensions" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"displayName" : " ONNX Runtime Extensions" ,
5
5
"description" : " ONNX Runtime Extensions for Unity" ,
6
6
"keywords" : [
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
12
"dependencies" : {
13
- "com.github.asus4.onnxruntime" : " 0.2.0 "
13
+ "com.github.asus4.onnxruntime" : " 0.2.1 "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
}
61
61
]
62
62
"dependencies" : {
63
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
64
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
65
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
66
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
67
- "com.github.asus4.onnxruntime.extensions" : " 0.2.0 " ,
63
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
64
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
65
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
67
+ "com.github.asus4.onnxruntime.extensions" : " 0.2.1 " ,
68
68
... other dependencies
69
69
}
70
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.github.asus4.onnxruntime.linux-x64-gpu" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"displayName" : " ONNX Runtime - Linux x64 GPU" ,
5
5
"description" : " ONNX Runtime for Unity - Linux x64 GPU Provider" ,
6
6
"keywords" : [
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
12
"dependencies" : {
13
- "com.github.asus4.onnxruntime" : " 0.2.0 "
13
+ "com.github.asus4.onnxruntime" : " 0.2.1 "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
}
61
61
]
62
62
"dependencies" : {
63
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
64
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
65
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
66
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
67
- "com.github.asus4.onnxruntime.extensions" : " 0.2.0 " ,
63
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
64
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
65
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
67
+ "com.github.asus4.onnxruntime.extensions" : " 0.2.1 " ,
68
68
... other dependencies
69
69
}
70
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.github.asus4.onnxruntime.unity" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"displayName" : " ONNX Runtime Unity Utilities" ,
5
5
"description" : " ONNX Runtime Utilities for Unity" ,
6
6
"keywords" : [
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
12
"dependencies" : {
13
- "com.github.asus4.onnxruntime" : " 0.2.0 "
13
+ "com.github.asus4.onnxruntime" : " 0.2.1 "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
}
61
61
]
62
62
"dependencies" : {
63
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
64
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
65
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
66
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
67
- "com.github.asus4.onnxruntime.extensions" : " 0.2.0 " ,
63
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
64
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
65
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
67
+ "com.github.asus4.onnxruntime.extensions" : " 0.2.1 " ,
68
68
... other dependencies
69
69
}
70
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.github.asus4.onnxruntime.win-x64-gpu" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"displayName" : " ONNX Runtime - Windows x64 GPU" ,
5
5
"description" : " ONNX Runtime for Unity - Windows x64 GPU Provider" ,
6
6
"keywords" : [
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
12
"dependencies" : {
13
- "com.github.asus4.onnxruntime" : " 0.2.0 "
13
+ "com.github.asus4.onnxruntime" : " 0.2.1 "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
}
61
61
]
62
62
"dependencies" : {
63
- "com.github.asus4.onnxruntime" : " 0.2.0 " ,
64
- "com.github.asus4.onnxruntime.unity" : " 0.2.0 " ,
65
- "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.0 " ,
66
- "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.0 " ,
67
- "com.github.asus4.onnxruntime.extensions" : " 0.2.0 " ,
63
+ "com.github.asus4.onnxruntime" : " 0.2.1 " ,
64
+ "com.github.asus4.onnxruntime.unity" : " 0.2.1 " ,
65
+ "com.github.asus4.onnxruntime.win-x64-gpu" : " 0.2.1 " ,
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu" : " 0.2.1 " ,
67
+ "com.github.asus4.onnxruntime.extensions" : " 0.2.1 " ,
68
68
... other dependencies
69
69
}
70
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.github.asus4.onnxruntime" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"displayName" : " ONNX Runtime" ,
5
5
"description" : " ONNX Runtime Plugin for Unity" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments