Skip to content

Commit

Permalink
update dotnet (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 30, 2023
1 parent 7ca1d3c commit 7b44831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding/dotnet/Leopard/Leopard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.0;netstandard2.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>Picovoice</Authors>
<Company/>
<Product>Leopard Speech-to-Text Engine</Product>
Expand Down
2 changes: 1 addition & 1 deletion demo/dotnet/LeopardDemo/LeopardDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

<ItemGroup>
<PackageReference Include="PvRecorder" Version="1.2.4" />
<PackageReference Include="Leopard" Version="2.0.0" />
<PackageReference Include="Leopard" Version="2.0.1" />
</ItemGroup>
</Project>

0 comments on commit 7b44831

Please sign in to comment.