Skip to content

Commit

Permalink
Update VL.Augmenta.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed May 7, 2024
1 parent fe20950 commit a399647
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions deployment/VL.Augmenta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
<tags>VL, tracking</tags>
<license type="expression">LGPL-3.0-only</license>
<dependencies>
<dependency id="VL.IO.OSC" version="1.0.23" />
<dependency id="VL.IO.TUIO" version="1.1.0" />
<dependency id="VL.IO.WebSocket" version="0.7.0-alpha" />
</dependencies>
<icon>icon\nugeticon.png</icon>
<dependency id="VL.IO.OSC" version="1.1.2" />
<dependency id="VL.IO.TUIO" version="1.1.0" />
<dependency id="VL.IO.WebSocket" version="0.7.0-alpha" />
</dependencies>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\lib\**" target="lib\" exclude="" />
<file src="nugeticon.png" target="icon\" />
<file src="..\lib\**" target="lib\" exclude="" />
<file src="nugeticon.png" target="icon\" />
<file src="..\README.md" target="docs\" />
</files>
</package>

0 comments on commit a399647

Please sign in to comment.