Skip to content

Commit f65aec5

Browse files
committed
Update for VRCOSC SDK version 2024.1208.0
1 parent ac784d1 commit f65aec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BluetoothHeartrateModule/BluetoothHeartrateModule.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>2.0.13.0</Version>
8-
<AssemblyVersion>2.0.13.0</AssemblyVersion>
9-
<FileVersion>2.0.13.0</FileVersion>
7+
<Version>2.0.14.0</Version>
8+
<AssemblyVersion>2.0.14.0</AssemblyVersion>
9+
<FileVersion>2.0.14.0</FileVersion>
1010
<Authors>DJDavid98</Authors>
1111
<Product>Bluetooth Heartrate</Product>
1212
<ApplicationIcon>logo\logo.ico</ApplicationIcon>
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.1" />
21-
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2024.1115.0" />
21+
<PackageReference Include="VolcanicArts.VRCOSC.SDK" Version="2024.1208.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup>
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
39-
<Exec Command="xcopy /Q /S /R /F /Y /I &quot;$(TargetDir)$(TargetName).dll&quot; &quot;%25appdata%25\VRCOSC-V2\packages\local\&quot;" />
39+
<Exec Command="xcopy /Q /S /R /F /Y /I &quot;$(TargetDir)$(TargetName).dll&quot; &quot;%25appdata%25\VRCOSC\packages\local\&quot;" />
4040
</Target>
4141

4242
</Project>

0 commit comments

Comments
 (0)