Skip to content

Commit

Permalink
Release v1.0.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored May 19, 2024
1 parent b932e7d commit b499db3
Show file tree
Hide file tree
Showing 2 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.0</Version>
<Version>1.0.1</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.0" />
<PackageReference Include="org.k2fsa.portaudio.runtime.osx-x64" Version="1.0.0" />
<PackageReference Include="org.k2fsa.portaudio.runtime.win-x64" Version="1.0.0" />
<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" />
</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.0"
return "1.0.1"


def read_proj_file(filename):
Expand Down

0 comments on commit b499db3

Please sign in to comment.