Skip to content

Commit 18930d6

Browse files
Merge pull request #807 from microsoft/pete-dev
rc1 version files
2 parents 2c0dd64 + 1444549 commit 18930d6

File tree

2 files changed

+18
-31
lines changed

2 files changed

+18
-31
lines changed

docs/_data/midi_releases.yml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,21 @@
11
- title: "<span>Get the latest</span> Windows MIDI Services runtime and tools"
22
featured: true
33
type: "preview"
4-
version: "1.0.13-preview.13.192"
5-
description: This version requires the preview MIDI service which can be downloaded below, and a Windows Insider Canary build of Windows. <span>Get everything you need for a great MIDI experience on Windows 11.</span> Download and install the MIDI 2.0 runtime for apps, MIDI Settings app for creating loopback endpoints and customizing MIDI, management tools, PowerShell 7 cmdlets for MIDI scripting, MIDI Console, and more, all in one package.
4+
version: "1.0.14-rc.1.209"
5+
description: <span>Requires current (December 5, 2025 or later) Windows Insider Dev or Windows Insider Beta</span> versions of Windows 11. Not for use with retail Windows builds. Get everything you need for a great MIDI experience on Windows 11 with Windows MIDI Services installed. Download and install the MIDI 2.0 runtime for apps, MIDI Settings app for creating loopback endpoints and customizing MIDI, management tools, PowerShell 7 cmdlets for MIDI scripting, MIDI Console, and more, all in one package.
66
label_x64: "Download Latest x64 Installer"
77
link_x64: "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_Directx64"
88
label_arm64: "Download Latest Arm64 Installer"
99
link_arm64: "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_DirectArm64"
10-
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-13
11-
12-
- title: "Preview MIDI Service"
13-
featured: false
14-
type: "preview"
15-
version: "1.0.13-preview.13.192"
16-
description: Service and In-Box Service Plugins
17-
label_x64: "Download x64 Installer"
18-
link_x64: "https://github.com/microsoft/MIDI/releases/download/preview-13/Windows.MIDI.Services.In-Box.Service.1.0.13-preview.13.192-x64.exe"
19-
label_arm64: "Download Arm64 Installer"
20-
link_arm64: "https://github.com/microsoft/MIDI/releases/download/preview-13/Windows.MIDI.Services.In-Box.Service.1.0.13-preview.13.192-arm64.exe"
21-
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-13
22-
10+
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/rc-1
2311

2412
- title: "Preview Network MIDI 2.0 Service Plugin"
2513
featured: false
2614
type: "preview"
27-
version: "1.0.13-preview.13.192"
28-
description: Try the new Network MIDI 2.0 preview
29-
label_x64: "Download x64 Installer"
30-
link_x64: "https://github.com/microsoft/MIDI/releases/download/preview-13/Windows.MIDI.Services.Preview.Service.Plugins.1.0.13-preview.13.192-x64.exe"
31-
label_arm64: "Download Arm64 Installer"
32-
link_arm64: "https://github.com/microsoft/MIDI/releases/download/preview-13/Windows.MIDI.Services.Preview.Service.Plugins.1.0.13-preview.13.192-arm64.exe"
33-
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-13
34-
15+
version: "0.0.15-preview.15.9"
16+
description: Try the new Network MIDI 2.0 preview. This is an in-development preview and is not yet stable. Requires Developer Mode to be set in Windows.
17+
label_x64: "Get Network MIDI 2.0 for x64"
18+
link_x64: "https://github.com/microsoft/MIDI/releases/download/rc-1/Windows.MIDI.Services.SDK.Runtime.and.Tools.1.0.14-rc.1.209-x64.exe"
19+
label_arm64: "Get Network MIDI 2.0 for Arm64"
20+
link_arm64: "https://github.com/microsoft/MIDI/releases/download/rc-1/Windows.MIDI.Services.Network.MIDI.2.0.Preview.0.0.15-preview.15.9-arm64.exe"
21+
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/rc-1

docs/version/sdk_version.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{
55
"type": "preview",
66
"source": "GitHub Preview",
7-
"name": "Preview 13",
8-
"description": "Requires the Preview Service Installer and a Windows Insider Canary build of Windows. Preview for use only with the GitHub release of the MIDI Service. Includes preview Network MIDI 2.0 support, update checking, updated versioning, new tools, more PowerShell cmdlets, and updates to both the MIDI Console and MIDI Settings apps.",
9-
"buildDate": "2025-09-01",
10-
"versionFull": "1.0.13-preview.13.192",
7+
"name": "SDK Release Candidate 1",
8+
"description": "Requires current (December 5, 2025 or later) Windows Insider Dev or Windows Insider Beta versions of Windows 11. Not for use with retail Windows builds. Latest update to the Windows MIDI Services App SDK and Tools.",
9+
"buildDate": "2025-12-05",
10+
"versionFull": "1.0.14-rc.1.209",
1111
"versionMajor": 1,
1212
"versionMinor": 0,
13-
"versionPatch": 13,
14-
"versionBuildNumber": 192,
15-
"preview": "preview.13.192",
16-
"releaseNotesUri": "https://github.com/microsoft/MIDI/releases/tag/preview-13",
13+
"versionPatch": 14,
14+
"versionBuildNumber": 209,
15+
"preview": "rc.1.209",
16+
"releaseNotesUri": "https://github.com/microsoft/MIDI/releases/tag/rc-1",
1717
"directDownloadUriX64": "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_Directx64",
1818
"directDownloadUriArm64": "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_DirectArm64"
1919
}

0 commit comments

Comments
 (0)