Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vvvv/VL.Audio
Browse files Browse the repository at this point in the history
# Conflicts:
#	VL.Audio.UI/README.md
#	VL.Audio.UI/deployment/VL.Audio.UI.nuspec
#	VL.Audio/deployment/VL.Audio.nuspec
  • Loading branch information
antongit committed Sep 30, 2024
2 parents 2144bb8 + 88cc91e commit 7f1aa4d
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 363 deletions.
1 change: 0 additions & 1 deletion VL.Audio.UI/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# VL.Audio.UI

Extension pack for VL.Audio that brings in UI's for driver configuration and more.
10 changes: 5 additions & 5 deletions VL.Audio.UI/deployment/VL.Audio.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Audio.UI</id>
<version>1.7.0</version>
<version>1.8.4</version>
<title>VL.Audio.UI</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -11,18 +11,18 @@
<description>Extension pack for VL.Audio that brings in UI's for driver configuration and more</description>
<tags>VL</tags>
<dependencies>
<dependency id="VL.Audio" version="1.7.0" />
<dependency id="VL.Audio" version="1.8.4" />
<dependency id="VL.ImGui.Skia" version="2024.6.2" />
</dependencies>
<license type="expression">LGPL-3.0-only</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\*.vl" target="" exclude="" />
<file src="..\assets\**" target="assets\" exclude="" />
<file src="..\shaders\**" target="shaders\" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\README.md" target="docs\" />
<file src="..\README.md" target="docs\" />
<file src="nugeticon.png" target="icon\" />
</files>
</package>
Loading

0 comments on commit 7f1aa4d

Please sign in to comment.