Skip to content

Commit

Permalink
deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Nov 8, 2024
1 parent 4d87184 commit 3c43dc9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deployment/VL.Audio.VST.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Audio.VST</id>
<version>0.0.4-alpha</version>
<version>0.0.5-alpha</version>
<title>VL.Audio.VST</title>
<authors>vvvv</authors>
<projectUrl>https://github.com/vvvv/VL.Audio.VST</projectUrl>
<repository type="git" url="https://github.com/vvvv/VL.Audio.VST" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>VST® support for vvvv</description>
<description>VST® support for vvvv</description>
<tags>VL, vst3, audio, effect, instrument</tags>
<license type="expression">LGPL-3.0-only</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
<dependencies>
<dependency id="VL.Audio" version="1.9.2" />
<dependencies>
<group targetFramework="net8.0-windows7.0">
<dependency id="VL.Audio" version="1.9.2" />
</group>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3c43dc9

Please sign in to comment.