Skip to content

Commit 620b6fe

Browse files
Merge pull request #775 from microsoft/pete-dev
Put Preview 13 on the download links
2 parents 14f412d + 9b6857c commit 620b6fe

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

docs/_data/midi_releases.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
- title: "<span>Get the latest</span> Windows MIDI Services runtime and tools"
22
featured: true
33
type: "preview"
4-
version: "1.0.12 Preview 12"
4+
version: "1.0.13-preview.13.192"
55
description: This version requires the preview MIDI service which can be downloaded below. <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.
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-12
10+
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-13
1111

1212
- title: "Preview MIDI Service"
1313
featured: false
1414
type: "preview"
15-
version: "1.0.12 Preview 12"
15+
version: "1.0.13-preview.13.192"
1616
description: Service and In-Box Service Plugins
1717
label_x64: "Download x64 Installer"
18-
link_x64: "https://github.com/microsoft/MIDI/releases/download/preview-12/Windows.MIDI.Services.In-Box.Service.1.0.12-preview.12.10-x64.exe"
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"
1919
label_arm64: "Download Arm64 Installer"
20-
link_arm64: "https://github.com/microsoft/MIDI/releases/download/preview-12/Windows.MIDI.Services.In-Box.Service.1.0.12-preview.12.10-arm64.exe"
21-
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-12
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
2222

2323

2424
- title: "Preview Network MIDI 2.0 Service Plugin"
2525
featured: false
2626
type: "preview"
27-
version: "1.0.12 Preview 12"
27+
version: "1.0.13-preview.13.192"
2828
description: Try the new Network MIDI 2.0 preview
2929
label_x64: "Download x64 Installer"
30-
link_x64: "https://github.com/microsoft/MIDI/releases/download/preview-12/Windows.MIDI.Services.Preview.Service.Plugins.1.0.12-preview.12.10-x64.exe"
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"
3131
label_arm64: "Download Arm64 Installer"
32-
link_arm64: "https://github.com/microsoft/MIDI/releases/download/preview-12/Windows.MIDI.Services.Preview.Service.Plugins.1.0.12-preview.12.10-arm64.exe"
33-
link_release_notes: https://github.com/microsoft/MIDI/releases/tag/preview-12
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

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 12",
8-
"description": "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-07-30",
10-
"versionFull": "1.0.12-preview.12.10",
7+
"name": "Preview 13",
8+
"description": "Requires the Preview Service Installer. 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",
1111
"versionMajor": 1,
1212
"versionMinor": 0,
13-
"versionPatch": 12,
14-
"versionBuildNumber": 10,
15-
"preview": "preview.12.10",
16-
"releaseNotesUri": "https://github.com/microsoft/MIDI/releases/tag/preview-12",
13+
"versionPatch": 13,
14+
"versionBuildNumber": 192,
15+
"preview": "preview.13.192",
16+
"releaseNotesUri": "https://github.com/microsoft/MIDI/releases/tag/preview-13",
1717
"directDownloadUriX64": "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_Directx64",
1818
"directDownloadUriArm64": "https://aka.ms/MidiServicesLatestSdkRuntimeInstaller_DirectArm64"
1919
}

0 commit comments

Comments
 (0)