Skip to content

Commit ac8ecdd

Browse files
committed
Update metadata definitions
1 parent 0d6bdc2 commit ac8ecdd

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

BluetoothHeartrateModule/BluetoothHeartrateModule.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
using VRCOSC.Game.Modules.Bases.Heartrate;
1+
using VRCOSC.Game.Modules;
2+
using VRCOSC.Game.Modules.Bases.Heartrate;
23
using Windows.Devices.Bluetooth.Advertisement;
34

45
namespace BluetoothHeartrateModule
56
{
7+
[ModuleTitle("Bluetooth Heartrate")]
8+
[ModuleDescription("Displays heartrate data from Bluetooth-based heartrate sensors")]
9+
[ModuleAuthor("DJDavid98")]
610
public partial class BluetoothHeartrateModule : HeartrateModule<BluetoothHeartrateProvider>
711
{
8-
public override string Title => "Bluetooth Heartrate";
9-
public override string Description => "Displays heartrate data from Bluetooth-based heartrate sensors";
10-
public override string Author => "DJDavid98";
11-
public override ModuleType Type => ModuleType.Health;
12-
protected override TimeSpan DeltaUpdate => TimeSpan.FromSeconds(1);
13-
1412
private WebsocketHeartrateServer wsServer;
1513
internal BluetoothLEAdvertisementWatcher? watcher;
1614

BluetoothHeartrateModule/BluetoothHeartrateModule.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<AssemblyVersion>1.3.0</AssemblyVersion>
8-
<FileVersion>1.3.0</FileVersion>
7+
<AssemblyVersion>1.3.1</AssemblyVersion>
8+
<FileVersion>1.3.1</FileVersion>
99
<Authors>DJDavid98</Authors>
1010
<Product>Bluetooth Heartrate</Product>
1111
<ApplicationIcon>logo\logo.ico</ApplicationIcon>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2023.601.0" />
15+
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2023.805.0" />
1616
</ItemGroup>
1717

1818
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

0 commit comments

Comments
 (0)