Skip to content

Commit b177ee4

Browse files
authored
Merge pull request #240 from Picovoice/dotnet-release
.NET Update Release
2 parents 627a2f6 + 806e24e commit b177ee4

File tree

14 files changed

+2
-2
lines changed

14 files changed

+2
-2
lines changed

binding/dotnet/Cobra/Cobra.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net6.0;netcoreapp3.0;netstandard2.0</TargetFrameworks>
4-
<Version>2.0.1</Version>
4+
<Version>2.0.2</Version>
55
<Authors>Picovoice</Authors>
66
<Company />
77
<Product>Cobra Voice Activity Detection Engine</Product>

demo/dotnet/CobraDemo/CobraDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Cobra" Version="2.0.1" />
22+
<PackageReference Include="Cobra" Version="2.0.2" />
2323
<PackageReference Include="PvRecorder" Version="1.2.10" />
2424
</ItemGroup>
2525
</Project>

lib/linux/x86_64/libpv_cobra.so

256 Bytes
Binary file not shown.

lib/mac/arm64/libpv_cobra.dylib

194 Bytes
Binary file not shown.

lib/mac/x86_64/libpv_cobra.dylib

-27.9 KB
Binary file not shown.

lib/raspberry-pi/arm11/libpv_cobra.so

96 Bytes
Binary file not shown.
184 Bytes
Binary file not shown.
4.1 KB
Binary file not shown.
184 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)