Skip to content

Commit

Permalink
Update native proxy and validator
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 20, 2024
1 parent 8f07344 commit 28276ba
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NPlug.Proxy/NPlug.Proxy.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Binary file modified src/NPlug.Proxy/build/linux-arm64/native/libnplug_proxy.so
Binary file not shown.
Binary file modified src/NPlug.Proxy/build/linux-x64/native/libnplug_proxy.so
Binary file not shown.
Binary file modified src/NPlug.Proxy/build/osx-arm64/native/libnplug_proxy.dylib
Binary file not shown.
Binary file modified src/NPlug.Proxy/build/osx-x64/native/libnplug_proxy.dylib
Binary file not shown.
Binary file modified src/NPlug.Proxy/build/win-arm64/native/nplug_proxy.dll
Binary file not shown.
Binary file modified src/NPlug.Proxy/build/win-x64/native/nplug_proxy.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/NPlug.Validator/NPlug.Validator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Version>1.3.0.$(VstVersionCompact)</Version>
<Version>1.3.1.$(VstVersionCompact)</Version>
<NPlugAudioPluginProxy>true</NPlugAudioPluginProxy>
</PropertyGroup>

Expand Down
Binary file not shown.
Binary file modified src/NPlug.Validator/build/linux-x64/native/libnplug_validator.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/NPlug.Validator/build/win-x64/native/nplug_validator.dll
Binary file not shown.

0 comments on commit 28276ba

Please sign in to comment.