File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0-windows10.0.22621.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<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 >
10
10
<Authors >DJDavid98</Authors >
11
11
<Product >Bluetooth Heartrate</Product >
12
12
<ApplicationIcon >logo\logo.ico</ApplicationIcon >
18
18
19
19
<ItemGroup >
20
20
<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" />
22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
36
36
</ItemGroup >
37
37
38
38
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
39
- <Exec Command =" xcopy /Q /S /R /F /Y /I " $(TargetDir)$(TargetName).dll" " %25appdata%25\VRCOSC-V2 \packages\local\" " />
39
+ <Exec Command =" xcopy /Q /S /R /F /Y /I " $(TargetDir)$(TargetName).dll" " %25appdata%25\VRCOSC\packages\local\" " />
40
40
</Target >
41
41
42
42
</Project >
You can’t perform that action at this time.
0 commit comments