Skip to content

Commit

Permalink
Update VL.Devices.Ultraleap.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Aug 19, 2024
1 parent 7917d6e commit 23f2862
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions deployment/VL.Devices.Ultraleap.nuspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<?xml version="1.0"?>

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Devices.Ultraleap</id>
<version>0.0.2-alpha</version>
<title>VL.Devices.Ultraleap</title>
<authors>bj-rn, vvvv, ultraleap</authors>
<projectUrl>https://github.com/vvvv/VL.Devices.Ultraleap</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Support for Ultraleap motion controllers in vvvv.</description>
<tags>VL, vvvv, Ultraleap, gemini, hyperion, leapmotion, leap, motion, tracking, hand, finger</tags>
<license type="expression">Apache-2.0</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\lib\**\*.dll" target="lib\" exclude="" />
<file src="..\runtimes\**\*.dll" target="runtimes\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="nugeticon.png" target="icon\" />
<file src="..\README.md" target="docs\" />
</files>
</package>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Devices.Ultraleap</id>
<version>0.0.3-alpha</version>
<title>VL.Devices.Ultraleap</title>
<authors>bj-rn, vvvv, ultraleap</authors>
<projectUrl>https://github.com/vvvv/VL.Devices.Ultraleap</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Support for Ultraleap motion controllers in vvvv.</description>
<tags>VL, vvvv, Ultraleap, gemini, hyperion, leapmotion, leap, motion, tracking, hand, finger</tags>
<license type="expression">Apache-2.0</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\lib\**\*.dll" target="lib\" exclude="" />
<file src="..\runtimes\**\*.dll" target="runtimes\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="nugeticon.png" target="icon\" />
<file src="..\README.md" target="docs\" />
</files>
</package>

0 comments on commit 23f2862

Please sign in to comment.