Skip to content

Commit 59bdc09

Browse files
committed
v1.0.1
1 parent bcf0eda commit 59bdc09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

OVRSharp/OVRSharp.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
<Copyright>2020-2021 TJ Horner</Copyright>
1313
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1414
<Product>OVRSharp</Product>
15+
<Version>1.0.1</Version>
1516
</PropertyGroup>
1617

1718
<ItemGroup>
18-
<None Update="openvr_api.dll">
19-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20-
</None>
19+
<Content Include="openvr_api.dll">
20+
<PackageCopyToOutput>true</PackageCopyToOutput>
21+
</Content>
2122
</ItemGroup>
23+
2224
<ItemGroup>
2325
<Folder Include="Math\" />
2426
</ItemGroup>

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ OVRSharp is a high-level idiomatic C# interface for working with the OpenVR API.
44

55
## Installation
66

7-
> **Note:** While OVRSharp does technically come packaged with `openvr_api.dll`, you will need to distribute it yourself alongside your application executable. You can download it [here](https://github.com/ValveSoftware/openvr/tree/master/bin) for the platform you are targeting.
8-
>
9-
> We are currently exploring options to automatically distribute the appropriate DLL alongside OVRSharp.
7+
> **Note:** OVRSharp comes with its own version of `openvr_api.dll` and will automatically copy it to your project's output directory.
108
119
OVRSharp is available on [NuGet](https://www.nuget.org/packages/OVRSharp), so you can install it just like any other NuGet package:
1210

0 commit comments

Comments
 (0)