Skip to content

Commit

Permalink
update dotnet (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 17, 2023
1 parent 02dce8f commit 76f1d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binding/dotnet/Porcupine/Porcupine.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>Porcupine Wake Word Engine</Product>
Expand Down
2 changes: 1 addition & 1 deletion demo/dotnet-vui/AvaloniaVUI/AvaloniaVUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<PackageReference Include="Avalonia.Desktop" Version="0.9.12" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.12" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
<PackageReference Include="Porcupine" Version="3.0.0" />
<PackageReference Include="Porcupine" Version="3.0.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion demo/dotnet/PorcupineDemo/PorcupineDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Porcupine" Version="3.0.0" />
<PackageReference Include="Porcupine" Version="3.0.1" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
</ItemGroup>
</Project>

0 comments on commit 76f1d71

Please sign in to comment.