Skip to content

Commit

Permalink
use unversial2 lib for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jun 13, 2024
1 parent b499db3 commit 625e931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PortAudioSharp/PortAudioSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Title>PortAudioSharp2</Title>
<Description>.NET wrapper for portaudio supporting Linux, macos, Windows.
</Description>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Benjamin N. Summerton</Authors>
<IncludeSource>true</IncludeSource>
<Copyright>Copyright 2019</Copyright>
Expand All @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="org.k2fsa.portaudio.runtime.linux-x64" Version="1.0.1" />
<PackageReference Include="org.k2fsa.portaudio.runtime.osx-x64" Version="1.0.1" />
<PackageReference Include="org.k2fsa.portaudio.runtime.win-x64" Version="1.0.1" />
<PackageReference Include="org.k2fsa.portaudio.runtime.linux-x64" Version="1.0.2" />
<PackageReference Include="org.k2fsa.portaudio.runtime.osx-x64" Version="1.0.2" />
<PackageReference Include="org.k2fsa.portaudio.runtime.win-x64" Version="1.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def get_version():
return "1.0.1"
return "1.0.2"


def read_proj_file(filename):
Expand Down
Binary file modified scripts/libportaudio.dylib
Binary file not shown.

0 comments on commit 625e931

Please sign in to comment.