Skip to content

Commit 8807bea

Browse files
Merge pull request #732 from microsoft/pete-dev
Sync current work to main
2 parents 45b4b2d + 8abfa99 commit 8807bea

File tree

119 files changed

+3620
-1496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+3620
-1496
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Include>
22
<?define SetupVersionName="Preview 13 Arm64" ?>
3-
<?define SetupVersionNumber="1.0.13-preview.13.82" ?>
4-
<?define MidiSdkAndToolsVersion="1.0.13-preview.13.82" ?>
3+
<?define SetupVersionNumber="1.0.13-preview.13.125" ?>
4+
<?define MidiSdkAndToolsVersion="1.0.13-preview.13.125" ?>
55
</Include>

build/staging/version/WindowsMidiServicesVersion.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ public static class MidiNuGetBuildInformation
99
{
1010
public const bool IsPreview = true;
1111
public const string Source = "GitHub Preview";
12-
public const string BuildDate = "2025-08-20";
12+
public const string BuildDate = "2025-08-25";
1313
public const string Name = "Preview 13";
14-
public const string BuildFullVersion = "1.0.13-preview.13.82";
14+
public const string BuildFullVersion = "1.0.13-preview.13.125";
1515
public const ushort VersionMajor = 1;
1616
public const ushort VersionMinor = 0;
1717
public const ushort VersionPatch = 13;
18-
public const ushort VersionBuildNumber = 82;
19-
public const string Preview = "preview.13.82";
20-
public const string AssemblyFullVersion = "1.0.13.82";
21-
public const string FileFullVersion = "1.0.13.82";
18+
public const ushort VersionBuildNumber = 125;
19+
public const string Preview = "preview.13.125";
20+
public const string AssemblyFullVersion = "1.0.13.125";
21+
public const string FileFullVersion = "1.0.13.125";
2222
}
2323
}
2424

build/staging/version/WindowsMidiServicesVersion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_IS_PREVIEW true
99
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_SOURCE L"GitHub Preview"
10-
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_DATE L"2025-08-20"
10+
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_DATE L"2025-08-25"
1111
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_NAME L"Preview 13"
12-
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_FULL L"1.0.13-preview.13.82"
12+
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_FULL L"1.0.13-preview.13.125"
1313
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_MAJOR 1
1414
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_MINOR 0
1515
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_PATCH 13
16-
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_BUILD_NUMBER 82
17-
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_PREVIEW L"preview.13.82"
18-
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_FILE L"1.0.13.82"
16+
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_BUILD_NUMBER 125
17+
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_PREVIEW L"preview.13.125"
18+
#define WINDOWS_MIDI_SERVICES_NUGET_BUILD_VERSION_FILE L"1.0.13.125"
1919

2020
#endif
2121

samples/cpp-winrt/basics/client-basics-cpp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" />
44
<PropertyGroup Label="Globals">
5-
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.82</WindowsMidiServicesSdkPackage>
5+
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.125</WindowsMidiServicesSdkPackage>
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
88
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Windows.CppWinRT" version="2.0.240405.15" targetFramework="native" />
4-
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.82" targetFramework="native" />
4+
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.125" targetFramework="native" />
55
</packages>

samples/cpp-winrt/endpoint-listeners/endpoint-listeners-cpp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" />
44
<PropertyGroup Label="Globals">
5-
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.82</WindowsMidiServicesSdkPackage>
5+
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.125</WindowsMidiServicesSdkPackage>
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
88
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Windows.CppWinRT" version="2.0.240405.15" targetFramework="native" />
4-
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.82" targetFramework="native" />
4+
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.125" targetFramework="native" />
55
</packages>

samples/cpp-winrt/full-init/full-init-cpp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" />
44
<PropertyGroup Label="Globals">
5-
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.82</WindowsMidiServicesSdkPackage>
5+
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.125</WindowsMidiServicesSdkPackage>
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
88
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Windows.CppWinRT" version="2.0.240405.15" targetFramework="native" />
4-
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.82" targetFramework="native" />
4+
<package id="Microsoft.Windows.Devices.Midi2" version="1.0.13-preview.13.125" targetFramework="native" />
55
</packages>

samples/cpp-winrt/loopback-endpoints/loopback-endpoints-cpp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" />
44
<PropertyGroup Label="Globals">
5-
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.82</WindowsMidiServicesSdkPackage>
5+
<WindowsMidiServicesSdkPackage>Microsoft.Windows.Devices.Midi2.1.0.13-preview.13.125</WindowsMidiServicesSdkPackage>
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
88
<CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>

0 commit comments

Comments
 (0)