File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft Corporation. All rights reserved.
1+ // Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License. See LICENSE in the project root for license information.
33
44using System ;
@@ -27,7 +27,7 @@ namespace plugin_Relay;
2727[ ExportMetadata ( "Name" , "Amethyst Tracking Relay" ) ]
2828[ ExportMetadata ( "Guid" , "K2VRTEAM-AME2-APII-DVCE-TRACKINGRELAY" ) ]
2929[ ExportMetadata ( "Publisher" , "K2VR Team" ) ]
30- [ ExportMetadata ( "Version" , "1.0.0.4 " ) ]
30+ [ ExportMetadata ( "Version" , "1.0.0.5 " ) ]
3131[ ExportMetadata ( "Website" , "https://github.com/KimihikoAkayasaki/plugin_Relay" ) ]
3232public class RelayDevice : ITrackingDevice
3333{
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace plugin_Relay;
3030[ ExportMetadata ( "Name" , "Amethyst Tracking Relay" ) ]
3131[ ExportMetadata ( "Guid" , "K2VRTEAM-AME2-APII-DVCE-TRACKINGRELAY" ) ]
3232[ ExportMetadata ( "Publisher" , "K2VR Team" ) ]
33- [ ExportMetadata ( "Version" , "1.0.0.4 " ) ]
33+ [ ExportMetadata ( "Version" , "1.0.0.5 " ) ]
3434[ ExportMetadata ( "Website" , "https://github.com/KimihikoAkayasaki/plugin_Relay" ) ]
3535public class RelayService : IServiceEndpoint
3636{
You can’t perform that action at this time.
0 commit comments