Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Nov 4, 2024
1 parent eff655d commit 3d565d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 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>1.8.4</version>
<version>1.9.0</version>
<title>VL.Audio.UI</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -11,8 +11,8 @@
<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.8.4" />
<dependency id="VL.ImGui.Skia" version="2024.6.2" />
<dependency id="VL.Audio" version="1.9.0" />
<dependency id="VL.ImGui.Skia" version="2024.6.6" />
</dependencies>
<license type="expression">LGPL-3.0-only</license>
<icon>icon\nugeticon.png</icon>
Expand Down
11 changes: 6 additions & 5 deletions VL.Audio/deployment/VL.Audio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Audio</id>
<version>1.8.4</version>
<version>1.9.0</version>
<title>VL.Audio</title>
<authors>NAudio, vvvv</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/vl.audio</projectUrl>
<projectUrl>http://vvvv.org</projectUrl>
<repository type="git" url="https://github.com/vvvv/vl.audio.git" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Audio engine for VL based on NAudio</summary>
<description>Audio engine for VL based on NAudio</description>
<tags>VL, sound, music, asio, wasapi, analysis, synthesis, buffer, wav, mp3, aiff, audioin, audioout, audioplayer, fft</tags>
<dependencies>
<group targetFramework="net6.0-windows7.0">
<dependency id="NAudio" version="2.0.1" />
<group targetFramework="net8.0-windows">
<dependency id="NAudio" version="2.2.1" />
<dependency id="FftSharp" version="1.1.4" />
</group>
</dependencies>
Expand All @@ -23,7 +24,7 @@
</metadata>
<files>
<file src="..\lib\*.dll" target="lib\" exclude="" />
<file src="..\lib\net6.0-windows\VL.Audio.dll" target="lib\net6.0-windows7.0\" exclude="" />
<file src="..\lib\net8.0-windows\VL.Audio.dll" target="lib\net8.0-windows7.0\" exclude="" />
<file src="..\runtimes\**" target="runtimes\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\shaders\**" target="shaders\" exclude="" />
Expand Down

0 comments on commit 3d565d6

Please sign in to comment.