Skip to content

Commit

Permalink
update dotnet (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 17, 2023
1 parent 34ce016 commit f800ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding/dotnet/Rhino/Rhino.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>3.0.0</Version>
<Version>3.0.1</Version>
<Authors>Picovoice</Authors>
<Company />
<Product>Rhino Speech-to-Intent Engine</Product>
Expand Down
2 changes: 1 addition & 1 deletion demo/dotnet/RhinoDemo/RhinoDemo.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="Rhino" Version="3.0.0" />
<PackageReference Include="Rhino" Version="3.0.1" />
</ItemGroup>
</Project>

0 comments on commit f800ead

Please sign in to comment.