forked from ExtendRealityLtd/VRTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvrtk.nuspec
36 lines (31 loc) · 1.28 KB
/
vrtk.nuspec
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
33
34
35
36
<?xml version="1.0"?>
<package >
<metadata>
<id>com.vthera.vrtk</id>
<version>3.4.2</version>
<title>Virtual Reality Toolkit</title>
<authors>Virtual Therapeutics</authors>
<owners>Clayton</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>VRTK - A fork of VRTK as of version 3.3.0</description>
<releaseNotes>
3.5.0
* Introduction of SteamVR
3.4.1
* Improved logging with log4net
3.4.0
* Packaged up with an asmdef-friendly installer
3.3.0
* Rolls back to VRTK 3.3.0, without changes made for VRTK 4.0.0
</releaseNotes>
<copyright>Copyright 2019</copyright>
</metadata>
<files>
<!-- All packages should do this: -->
<file src="NugetInstallTools\**" target="tools" />
<!-- These filters are pretty unique to VRTK, since we're trying not to tweak the file layout: -->
<file src="Assets\VRTK\Source\Editor\**\*" target="lib\net46\Editor\VRTK" />
<file src="Assets\VRTK\**\Editor\**\*" target="lib\net46\Editor\" exclude="**\Source\**\*;**\Examples\**\*" />
<file src="Assets\VRTK\**\*" target="lib\net46\Runtime" exclude="**\Editor*;**\Editor\**\*;**\Examples\**\*;**\Examples.meta;**\LegacyExampleFiles\**\*;**\LegacyExampleFiles.meta" />
</files>
</package>