NOW LOADING

MidiRuntimeVersion


Version information for the installed MIDI runtime.
Namespace Microsoft.Windows.Devices.Midi2.Utilities.RuntimeInformation
Type Name MidiRuntimeVersion
Type WinRT Runtime Class
Implements IStringable 
IDL MidiRuntimeVersion.idl
Library Microsoft.Windows.Devices.Midi2.dll

Represents a mostly-SemVer-compatible view of a MIDI App SDK Runtime version.

Members

Function Description
Major Major Version. Changes when compatibility breaks.
Minor Minor Version. Changes for new features, but maintains compatibility.
Patch Bug fixes. Maintains compatibility.
BuildNumber Internal build number. This resets for each patch.
PreviewSuffix If a preview, this will contain text like preview.11.2507

Functions

Function Description
IsGreaterThan Returns true if this version is higher than the provided argument. This does take BuildNumber into account, which strict SemVer does not.

More about Semantic Versioning 2.0.0

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.