Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vvvv/VL.Augmenta
Browse files Browse the repository at this point in the history
# Conflicts:
#	deployment/VL.Augmenta.nuspec
  • Loading branch information
joreg committed Jun 28, 2024
2 parents c4e2b3c + a399647 commit e825336
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions deployment/VL.Augmenta.nuspec
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Augmenta</id>
<version>0.1.0-alpha</version>
<title>VL.Augmenta</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/VL.Augmenta</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides support for Augmenta tracking in vvvv/</description>
<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>
<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="..\README.md" target="docs\" />
</files>
</package>
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Augmenta</id>
<version>0.1.0-alpha</version>
<title>VL.Augmenta</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/VL.Augmenta</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides support for Augmenta tracking in vvvv/</description>
<tags>VL, tracking</tags>
<license type="expression">LGPL-3.0-only</license>
<dependencies>
<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="..\README.md" target="docs\" />
</files>
</package>

0 comments on commit e825336

Please sign in to comment.