Skip to content

Commit

Permalink
Create WindowsMidiServicesVersion.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychlist1972 authored Nov 1, 2024
1 parent 48dba64 commit 5880cbf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/staging/version/WindowsMidiServicesVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// this file has been auto-generated by the Windows MIDI Services build process

namespace Microsoft.Midi.Common
{
public static class MidiBuildInformation
{
public const string Source = "GitHub Preview";
public const string Name = "Unknown";
public const string BuildFullVersion = "0.0.0-unknown.0.00000.0000";
public const string VersionMajor = "0";
public const string VersionMinor = "0";
public const string VersionRevision = "0";
public const string VersionDateNumber = "00000";
public const string VersionTimeNumber = "0000";
}
}

0 comments on commit 5880cbf

Please sign in to comment.