Skip to content

Commit

Permalink
status 1.8.0 manually uploaded nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed May 14, 2024
1 parent 300417e commit 1ab2c09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions VL.Audio.UI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# VL.Audio.UI
Extension pack for VL.Audio that brings in UI's for driver configuration and more.
8 changes: 5 additions & 3 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>0.0.1-alpha</version>
<version>1.8.0</version>
<title>VL.Audio.UI</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -11,16 +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.6.1-alpha" />
<dependency id="VL.Audio" version="1.8.0" />
<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>
</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="nugeticon.png" target="icon\" />
</files>
</package>
3 changes: 2 additions & 1 deletion VL.Audio/deployment/VL.Audio.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</id>
<version>1.6.1-alpha</version>
<version>1.8.0</version>
<title>VL.Audio</title>
<authors>NAudio, vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -26,6 +26,7 @@
<file src="..\lib\net6.0-windows\VL.Audio.dll" target="lib\net6.0-windows7.0\" exclude="" />
<file src="..\runtimes\**" target="runtimes\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\shaders\**" target="shaders\" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\..\README.md" target="docs\" />
<file src="..\..\.github\images\*" target="docs\" />
Expand Down
File renamed without changes.

0 comments on commit 1ab2c09

Please sign in to comment.