Skip to content

Commit

Permalink
removes obsolete reference to VL.UI.Core that also broke the export. …
Browse files Browse the repository at this point in the history
…nugets manually uploaded.
  • Loading branch information
joreg committed May 14, 2024
1 parent 1ab2c09 commit 0852573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 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.0</version>
<version>1.8.2</version>
<title>VL.Audio.UI</title>
<authors>vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -11,7 +11,7 @@
<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.0" />
<dependency id="VL.Audio" version="1.8.2" />
<dependency id="VL.ImGui.Skia" version="2024.6.2" />
</dependencies>
<license type="expression">LGPL-3.0-only</license>
Expand Down
7 changes: 4 additions & 3 deletions VL.Audio/VL.Audio.vl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:p="property" xmlns:r="reflection" Id="HTX4axw4uH5NDghqAqpe1F" LanguageVersion="2024.6.2" Version="0.128">
<Document xmlns:p="property" xmlns:r="reflection" Id="HTX4axw4uH5NDghqAqpe1F" LanguageVersion="2024.6.3" Version="0.128">
<Patch Id="Mj1seFpSbg5MtaCXVBGhJf">
<Canvas Id="ClqUpgLjNRdQbB5ajAF1ry" DefaultCategory="Audio" CanvasType="FullCategory">
<!--
Expand Down Expand Up @@ -7867,6 +7867,7 @@
</Node>
<Patch Id="PzQusiUP1tFO7mzJFxka09" Name="Create" ManuallySortedPins="true" />
<Patch Id="NhkOHnw5UHxLaFojebZ1p6" Name="Update" ManuallySortedPins="true" />
<Patch Id="UgTrZu1TcZKNM2L6NL5AqB" Name="Dispose" />
</Patch>
</Node>
<Node Bounds="442,419,55,19" Id="TyDv9RrhUCtLKuTY5P645O">
Expand Down Expand Up @@ -13582,6 +13583,7 @@
</Node>
<Patch Id="MvZ3LsT55JMM2wuLMIWtAb" Name="Create" ManuallySortedPins="true" />
<Patch Id="APtKnn7smOePoomczpBOjK" Name="Update" ManuallySortedPins="true" />
<Patch Id="CXyatEwQvZ7L8ij7Kx88RF" Name="Dispose" />
</Patch>
</Node>
<Node Bounds="400,477,55,19" Id="DYGJRxCOuydPu6hxoKdMnO">
Expand Down Expand Up @@ -16550,6 +16552,5 @@
<PlatformDependency Id="Qp3HZOkgG5cQcuE59UUe1j" Location="System.IO" />
<PlatformDependency Id="CCaadwXbjs6P0MKKXnqSCL" Location="System.IO.FileSystem" />
<NugetDependency Id="VSw4d6QSmJYMnkyboVSRG9" Location="NAudio.Wasapi" Version="2.0.0" />
<NugetDependency Id="TDiqd3R8e2tOT8QIUqmyZg" Location="VL.CoreLib" Version="2024.6.2" />
<NugetDependency Id="T4hKWRLsgdRPUqXNm9Ykry" Location="VL.UI.Core" Version="2023.5.0" />
<NugetDependency Id="TDiqd3R8e2tOT8QIUqmyZg" Location="VL.CoreLib" Version="2024.6.3" />
</Document>
2 changes: 1 addition & 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.8.0</version>
<version>1.8.2</version>
<title>VL.Audio</title>
<authors>NAudio, vvvv</authors>
<owners>vvvv</owners>
Expand Down

0 comments on commit 0852573

Please sign in to comment.