Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- ASP.NET Core (framework reference — version comes from SDK) -->

<!-- ONNX Runtime -->
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="1.27.0" />
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="1.27.1" />

<!-- OpenTelemetry -->
<PackageVersion Include="OpenTelemetry" Version="1.16.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Replace `AudioPlaceholder.cs` stub with:
| MEAI version | `10.7.0` (stable) |
| Microsoft.Extensions.* | `10.0.9` |
| OpenTelemetry | `1.16.0` |
| ONNX Runtime | `1.27.0` |
| ONNX Runtime | `1.27.1` |
| NAudio | `2.3.0` |
| Canonical audio format | 16 kHz, mono, Int16 PCM |
| MEAI001 suppression | global (speech APIs are `[Experimental]`) |
Expand Down
Loading