|
1 |
| -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0"?> |
2 | 2 |
|
3 |
| -<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> |
4 |
| - <metadata> |
5 |
| - <id>VL.Devices.Ultraleap</id> |
6 |
| - <version>1.0.1</version> |
7 |
| - <title>VL.Devices.Ultraleap</title> |
8 |
| - <authors>bj-rn, vvvv, ultraleap</authors> |
9 |
| - <repository type="git" url="https://github.com/vvvv/VL.Devices.Ultraleap.git" /> |
10 |
| - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 |
| - <description>Support for Ultraleap motion controllers in vvvv.</description> |
12 |
| - <tags>VL, vvvv, Ultraleap, gemini, hyperion, leapmotion, leap, motion, tracking, hand, finger</tags> |
13 |
| - <license type="expression">Apache-2.0</license> |
14 |
| - <icon>icon\nugeticon.png</icon> |
15 |
| - <readme>docs\README.md</readme> |
16 |
| - </metadata> |
17 |
| - <files> |
18 |
| - <file src="..\lib\**\*.dll" target="lib\" exclude="" /> |
19 |
| - <file src="..\runtimes\**\*.dll" target="runtimes\" exclude="" /> |
20 |
| - <file src="..\*.vl" target="" exclude="" /> |
21 |
| - <file src="..\help\**" target="help\" exclude="" /> |
22 |
| - <file src="nugeticon.png" target="icon\" /> |
23 |
| - <file src="..\README.md" target="docs\" /> |
24 |
| - </files> |
25 |
| -</package> |
| 3 | +<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> |
| 4 | + <metadata> |
| 5 | + <id>VL.Devices.Ultraleap</id> |
| 6 | + <version>1.0.2</version> |
| 7 | + <title>VL.Devices.Ultraleap</title> |
| 8 | + <authors>bj-rn, vvvv, ultraleap</authors> |
| 9 | + <repository type="git" url="https://github.com/vvvv/VL.Devices.Ultraleap.git" /> |
| 10 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 11 | + <description>Support for Ultraleap motion controllers in vvvv.</description> |
| 12 | + <tags>VL, vvvv, Ultraleap, gemini, hyperion, leapmotion, leap, motion, tracking, hand, finger</tags> |
| 13 | + <license type="expression">Apache-2.0</license> |
| 14 | + <icon>icon\nugeticon.png</icon> |
| 15 | + <readme>docs\README.md</readme> |
| 16 | + <dependencies> |
| 17 | + <dependency id="VL.Skia3d" version="1.1.2" /> |
| 18 | + </dependencies> |
| 19 | + </metadata> |
| 20 | + <files> |
| 21 | + <file src="..\lib\**\*.dll" target="lib\" exclude="" /> |
| 22 | + <file src="..\runtimes\**\*.dll" target="runtimes\" exclude="" /> |
| 23 | + <file src="..\*.vl" target="" exclude="" /> |
| 24 | + <file src="..\help\**" target="help\" exclude="" /> |
| 25 | + <file src="nugeticon.png" target="icon\" /> |
| 26 | + <file src="..\README.md" target="docs\" /> |
| 27 | + </files> |
| 28 | +</package> |
0 commit comments