Skip to content

Commit

Permalink
last tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwanjacobi committed Mar 9, 2024
1 parent d01e899 commit 34b07e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Message Text="Adding VST.NET host assemblies for $(Platform)." />
<ItemGroup>
<Reference Include="Jacobi.Vst.Core">
<HintPath>$(MSBuildThisFileDirectory)..\lib\$$(TargetFramework)\$(Platform)\Jacobi.Vst.Core.dll</HintPath>
<HintPath>$(MSBuildThisFileDirectory)..\lib\$(TargetFramework)\$(Platform)\Jacobi.Vst.Core.dll</HintPath>
</Reference>
<Reference Include="Jacobi.Vst.Host.Interop">
<HintPath>$(MSBuildThisFileDirectory)..\lib\$$(TargetFramework)\$(Platform)\Jacobi.Vst.Host.Interop.dll</HintPath>
<HintPath>$(MSBuildThisFileDirectory)..\lib\$(TargetFramework)\$(Platform)\Jacobi.Vst.Host.Interop.dll</HintPath>
</Reference>
</ItemGroup>
</Target>
Expand Down
4 changes: 2 additions & 2 deletions Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget push VST.NET2-Host.2.1.0.nupkg -src https://api.nuget.org/v3/index.json
nuget push VST.NET2-Plugin.2.1.0.nupkg -src https://api.nuget.org/v3/index.json
nuget push VST.NET2-Host.2.1.1.nupkg -src https://api.nuget.org/v3/index.json
nuget push VST.NET2-Plugin.2.1.1.nupkg -src https://api.nuget.org/v3/index.json

0 comments on commit 34b07e9

Please sign in to comment.