forked from ExtendRealityLtd/VRTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvrtk_samples.nuspec
31 lines (26 loc) · 1.04 KB
/
vrtk_samples.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
<?xml version="1.0"?>
<package >
<metadata>
<id>com.vthera.vrtk.samples</id>
<version>3.4.0</version>
<title>Virtual Reality Toolkit</title>
<authors>Virtual Therapeutics</authors>
<owners>Clayton</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Samples - A separate package for the samples of our VRTK fork</description>
<releaseNotes>
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\*Example*\**\Editor\*" target="lib\net46\Editor" />
<file src="Assets\VRTK\*Example*\**\*" target="lib\net46\Runtime" exclude="**\Editor\**\*;**\Editor.meta" />
</files>
</package>