From 34b07e95844f64bfb67b939079b7c3678c06ae18 Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 9 Mar 2024 11:21:37 +0100 Subject: [PATCH] last tweaks --- Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets | 4 ++-- Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets b/Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets index 55eeae1f..a55b7957 100644 --- a/Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets +++ b/Source/Code/Jacobi.Vst.Deployment/host/VST.NET2-Host.targets @@ -9,10 +9,10 @@ - $(MSBuildThisFileDirectory)..\lib\$$(TargetFramework)\$(Platform)\Jacobi.Vst.Core.dll + $(MSBuildThisFileDirectory)..\lib\$(TargetFramework)\$(Platform)\Jacobi.Vst.Core.dll - $(MSBuildThisFileDirectory)..\lib\$$(TargetFramework)\$(Platform)\Jacobi.Vst.Host.Interop.dll + $(MSBuildThisFileDirectory)..\lib\$(TargetFramework)\$(Platform)\Jacobi.Vst.Host.Interop.dll diff --git a/Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd b/Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd index 057ac575..45ac52f1 100644 --- a/Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd +++ b/Source/Code/Jacobi.Vst.Deployment/push-nuget.cmd @@ -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