com.github.asus4.onnxruntime 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ NanoSAM
19
19
  ## Tested environment
20
20
 
21
21
  - Unity: 2022.3.20f1 (LTS)
22
- - ONNX Runtime: [1.19.2](https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2)
22
+ - ONNX Runtime: [1.20.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0)
23
23
  - ONNX Runtime Extensions: [0.12.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.12.0)
24
24
 
25
25
  ### Execution Providers & Extensions
@@ -66,10 +66,10 @@ 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.6",
70
- "com.github.asus4.onnxruntime.unity": "0.2.6",
71
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.2.6",
72
- "com.github.asus4.onnxruntime-extensions": "0.2.6",
69
+ "com.github.asus4.onnxruntime": "0.2.7",
70
+ "com.github.asus4.onnxruntime.unity": "0.2.7",
71
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.2.7",
72
+ "com.github.asus4.onnxruntime-extensions": "0.2.7",
73
73
  ... other dependencies
74
74
  }
75
75
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "displayName": "ONNX Runtime",
5
5
  "description": "ONNX Runtime Plugin for Unity",
6
6
  "keywords": [