Skip to content

Commit

Permalink
Config-file-defined loopbacks working. Service props refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychlist1972 committed Feb 13, 2024
1 parent eb78902 commit b6b9267
Show file tree
Hide file tree
Showing 42 changed files with 784 additions and 1,608 deletions.
2 changes: 1 addition & 1 deletion build/staging/version/BundleInfo.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Include>
<?define SetupVersionName="Developer Preview 5" ?>
<?define SetupVersionNumber="1.0.24043.0221" ?>
<?define SetupVersionNumber="1.0.24044.0330" ?>
</Include>
8 changes: 4 additions & 4 deletions docs/endpoints/virtual-loopback.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
{
"name": "Perm Loopback 1A",
"description": "This is a loopback I created in the configuration file",
"uniqueId": "3263827"
"uniqueIdentifier": "3263827"
},
"endpointB":
{
"name": "Perm Loopback 1B",
"description": "This is the b-side of the loopback I created in the configuration file",
"uniqueId": "3263827"
"uniqueIdentifier": "3263827"
}
},
"{B21B4973-3F85-48A0-8BA3-B35F44683D36}":
Expand All @@ -60,13 +60,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
{
"name": "Perm Loopback 2A",
"description": "This is a loopback I created in the configuration file",
"uniqueId": "5150-1984"
"uniqueIdentifier": "5150-1984"
},
"endpointB":
{
"name": "Perm Loopback 2B",
"description": "This is the b-side of the loopback I created in the configuration file",
"uniqueId": "OU812"
"uniqueIdentifier": "OU812"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.231202003-experimental1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26031-preview" />
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0150" />
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0155" />
<PackageReference Include="WinUIEx" Version="2.3.3" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down
Loading

0 comments on commit b6b9267

Please sign in to comment.