Skip to content

Commit 8eff6f1

Browse files
committed
bump version -> 0.7.0
1 parent a472572 commit 8eff6f1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

AudioPlugSharp/AudioPlugSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<OutputType>Library</OutputType>
6-
<Version>0.6.10</Version>
6+
<Version>0.7.0</Version>
77
<Authors>Mike Oliphant</Authors>
88
<Description>Easily create VST (VST3) audio plugins in C# .NET.</Description>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>

AudioPlugSharpHost/AudioPlugSharpHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
88
<UseWindowsForms>true</UseWindowsForms>
9-
<Version>0.6.11</Version>
9+
<Version>0.7.0</Version>
1010
<Authors>Mike Oliphant</Authors>
1111
<Description>Stand-alone ASIO host for AudioPlugSharp plugins.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

AudioPlugSharpJack/AudioPlugSharpJack.csproj

Lines changed: 1 addition & 1 deletion
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.6.15</Version>
7+
<Version>0.7.0</Version>
88
<Authors>Mike Oliphant</Authors>
99
<Description>Jack Audio host for AudioPlugSharp plugins.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

AudioPlugSharpVst3/AudioPlugSharpVst3.csproj

Lines changed: 1 addition & 1 deletion
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.6.10</Version>
7+
<Version>0.7.0</Version>
88
<Authors>Mike Oliphant</Authors>
99
<Description>AudioPlugSharp VST3 plugin implmentation</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

AudioPlugSharpWPF/AudioPlugSharpWPF.csproj

Lines changed: 1 addition & 1 deletion
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.6.10</Version>
7+
<Version>0.7.0</Version>
88
<Authors>Mike Oliphant</Authors>
99
<Description>Add WPF GUI to your AudioPlugSharp plugin.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)