Skip to content

Commit 449bed0

Browse files
bmehta001Copilot
andcommitted
Update Core package versions to 0.9.0-dev-20260331T004032-a768b6a
Point all SDK and sample version references to our published packages with EP progress support on ORT-Nightly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent eb8196d commit 449bed0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

samples/cs/GettingStarted/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<OnnxRuntimeVersion>1.23.2</OnnxRuntimeVersion>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageVersion Include="Microsoft.AI.Foundry.Local" Version="0.9.0-dev" />
9-
<PackageVersion Include="Microsoft.AI.Foundry.Local.WinML" Version="0.9.0-dev-20260324" />
8+
<PackageVersion Include="Microsoft.AI.Foundry.Local" Version="0.9.0-dev-20260331T004032-a768b6a" />
9+
<PackageVersion Include="Microsoft.AI.Foundry.Local.WinML" Version="0.9.0-dev-20260331T004032-a768b6a" />
1010
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.10" />
1111
<PackageVersion Include="OpenAI" Version="2.5.0" />
1212
</ItemGroup>

sdk/js/script/install-standard.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { NUGET_FEED, ORT_NIGHTLY_FEED, runInstall } = require('./install-utils.cj
1111
const useNightly = process.env.npm_config_nightly === 'true';
1212

1313
const ARTIFACTS = [
14-
{ name: 'Microsoft.AI.Foundry.Local.Core', version: '0.9.0.8-rc3', feed: ORT_NIGHTLY_FEED, nightly: useNightly },
14+
{ name: 'Microsoft.AI.Foundry.Local.Core', version: '0.9.0-dev-20260331T004032-a768b6a', feed: ORT_NIGHTLY_FEED, nightly: useNightly },
1515
{ name: os.platform() === 'linux' ? 'Microsoft.ML.OnnxRuntime.Gpu.Linux' : 'Microsoft.ML.OnnxRuntime.Foundry', version: '1.24.3', feed: NUGET_FEED, nightly: false },
1616
{ name: 'Microsoft.ML.OnnxRuntimeGenAI.Foundry', version: '0.12.2', feed: NUGET_FEED, nightly: false },
1717
];

sdk/js/script/install-winml.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { NUGET_FEED, ORT_NIGHTLY_FEED, runInstall } = require('./install-utils.cj
1010
const useNightly = process.env.npm_config_nightly === 'true';
1111

1212
const ARTIFACTS = [
13-
{ name: 'Microsoft.AI.Foundry.Local.Core.WinML', version: '0.9.0.8-rc3', feed: ORT_NIGHTLY_FEED, nightly: useNightly },
13+
{ name: 'Microsoft.AI.Foundry.Local.Core.WinML', version: '0.9.0-dev-20260331T004032-a768b6a', feed: ORT_NIGHTLY_FEED, nightly: useNightly },
1414
{ name: 'Microsoft.ML.OnnxRuntime.Foundry', version: '1.23.2.3', feed: NUGET_FEED, nightly: false },
1515
{ name: 'Microsoft.ML.OnnxRuntimeGenAI.WinML', version: '0.12.2', feed: NUGET_FEED, nightly: false },
1616
];

sdk/rust/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const NUGET_FEED: &str = "https://api.nuget.org/v3/index.json";
77
const ORT_NIGHTLY_FEED: &str =
88
"https://pkgs.dev.azure.com/aiinfra/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json";
99

10-
const CORE_VERSION: &str = "0.9.0.8-rc3";
10+
const CORE_VERSION: &str = "0.9.0-dev-20260331T004032-a768b6a";
1111
const ORT_VERSION: &str = "1.24.3";
1212
const GENAI_VERSION: &str = "0.13.0-dev-20260319-1131106-439ca0d5";
1313

0 commit comments

Comments
 (0)