This repository was archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibVPNET.nuspec
More file actions
32 lines (29 loc) · 1.69 KB
/
libVPNET.nuspec
File metadata and controls
32 lines (29 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>libVPNET</id>
<version>0.3.8-pre</version>
<title>libVirtualParadise.NET</title>
<authors>Roy Curtis</authors>
<projectUrl>https://github.com/RoyCurtis/libVPNET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Alternative wrapper to the Virtual Paradise C SDK. Allows for the creation of bots to interact with 3D virtual worlds.
Features a more C#-centric design, including structs and utility classes useful for VP/VR concepts.
The native libraries are packaged into the assembly and are automatically unpacked on use. Supported architectures:
* x64 Linux (Debian-built)
* x86 Windows
* x64 Windows</description>
<summary>Alternative library for writing Virtual Paradise bots</summary>
<releaseNotes>0.3.8 - Updated Windows native binaries and SDK to VP SDK 2 / 0.3.41 / r1206, which adds support for object bump events</releaseNotes>
<language>en-GB</language>
</metadata>
<files>
<file src="Build\x64\libvpsdk.so" target="content\net40\x64\libvpsdk.so" />
<file src="Build\x64\vpsdk.dll" target="content\net40\x64\vpsdk.dll" />
<file src="Build\x86\vpsdk.dll" target="content\net40\x86\vpsdk.dll" />
<file src="Build\libVPNET.dll" target="lib\net40\libVPNET.dll" />
<file src="Build\libVPNET.pdb" target="lib\net40\libVPNET.pdb" />
<file src="Build\libVPNET.xml" target="lib\net40\libVPNET.xml" />
<file src="Deploy\Install.ps1" target="tools\Install.ps1" />
</files>
</package>