onnxruntime/tools/ci_build/github
Yulong Wang f274bbb0c8
[js] add API that allows to get package version (#16207)
### Description

Add an API for users to get version of current package. example usage:

```js
import { env } from 'onnxruntime-node';

console.log(env.versions.node);  // output "1.16.0"
```

```js
import { env } from 'onnxruntime-web';

console.log(env.versions.web);  // output "1.16.0"
console.log(env.versions.common);  // output "1.16.0"
console.log(env.versions.node);  // output "undefined"
```

#16156
2023-06-09 16:18:53 -07:00
..
android Creating Nuget and Android packages for Training (#15712) 2023-05-01 12:59:56 -07:00
apple Treat Objective-C static analysis warnings as errors (#16293) 2023-06-09 08:51:49 -07:00
azure-pipelines CodeSign Mac packages in nuget pipeline (#16291) 2023-06-10 06:35:47 +08:00
js [js] add API that allows to get package version (#16207) 2023-06-09 16:18:53 -07:00
linux [ROCm] Update ROCm/MIGraphX CI pipeline (#16215) 2023-06-05 10:28:10 +08:00
pai [ROCm] Update ROCm/MIGraphX CI pipeline (#16215) 2023-06-05 10:28:10 +08:00
windows [Fix] Check if CUDA is downloaded in AGENT_TEMPDIRECTORY (#16142) 2023-05-30 13:14:08 +08:00
Doxyfile_csharp.cfg Implement Optional Metadata support and C# test support (#15314) 2023-04-11 09:41:59 -07:00