Skip to content

Commit e3a341b

Browse files
committed
nuget package fixes
1 parent 296248c commit e3a341b

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

AudioPlugSharpVst3/AudioPlugSharpVst3.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.7.1</Version>
7+
<Version>0.7.3</Version>
88
<Authors>Mike Oliphant</Authors>
99
<Description>AudioPlugSharp VST3 plugin implmentation</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -17,10 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<None Include="..\README.md" Link="README.md">
21-
<PackagePath>\</PackagePath>
22-
<Pack>true</Pack>
23-
</None>
20+
<None Include="build\AudioPlugSharpVst3.targets" Pack="true" PackagePath="build\AudioPlugSharpVst3.targets" />
21+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
2422
</ItemGroup>
2523

2624
<ItemGroup>

AudioPlugSharpVst3/build/AudioPlugSharpVst3.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Files2 Include="$(MSBuildThisFileDirectory)/../contentFiles/other/*.*"></Files2>
1111
</ItemGroup>
1212

13-
<Target Name="AudioPlugSharp" AfterTargets="PostBuildEvent">
13+
<Target Name="AudioPlugSharpVst3" AfterTargets="PostBuildEvent">
1414
<Message Text="Copying AudioPlugSharp files to output directory"></Message>
1515
<Copy SourceFiles="@(Files)" DestinationFiles="@(Files->Replace('AudioPlugSharpVst', '$(TargetName)Bridge')->'$(TargetDir)%(Filename)%(Extension)')"></Copy>
1616
<Copy SourceFiles="@(Files2)" DestinationFolder="$(TargetDir)"></Copy>

AudioPlugSharpWPF/AudioPlugSharpWPF.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0-windows</TargetFramework>
55
<UseWPF>true</UseWPF>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<Version>0.7.1</Version>
7+
<Version>0.7.3</Version>
88
<Authors>Mike Oliphant</Authors>
99
<Description>Add WPF GUI to your AudioPlugSharp plugin.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -40,7 +40,6 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<None Include="build\AudioPlugSharpWPF.targets" Pack="true" PackagePath="build\AudioPlugSharpWPF.targets" />
4443
<None Update="EditorView.xaml">
4544
<Generator>MSBuild:Compile</Generator>
4645
</None>

AudioPlugSharpWPF/build/AudioPlugSharpWPF.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)