Skip to content

Commit

Permalink
staged java and updated dotnet ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 14, 2025
1 parent 4e7dd5e commit 219d5e7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
binding-framework: net8.0
test-framework: net8.0
exclude:
- os: ubuntu-latest
dotnet-version: 2.1.x
- os: ubuntu-latest
dotnet-version: 3.0.x
- os: ubuntu-latest
dotnet-version: 3.1.x
- os: ubuntu-latest
dotnet-version: 5.0.x
- os: macos-latest
dotnet-version: 2.1.x
- os: macos-latest
Expand Down
4 changes: 0 additions & 4 deletions binding/dotnet/Porcupine/Porcupine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
</Content>
<Content Include="..\..\..\lib\windows\arm64\libpv_porcupine.dll">
<PackagePath>
build/netcoreapp3.0/lib/windows/arm64/libpv_porcupine.dll;
build/net6.0/lib/windows/arm64/libpv_porcupine.dll;
build/net8.0/lib/windows/arm64/libpv_porcupine.dll;
</PackagePath>
Expand All @@ -70,8 +69,6 @@
</Content>
<Content Include="..\..\..\lib\linux\x86_64\libpv_porcupine.so">
<PackagePath>
build/netstandard2.0/libpv_porcupine.so;
build/netcoreapp3.0/lib/linux/x86_64/libpv_porcupine.so;
build/net6.0/lib/linux/x86_64/libpv_porcupine.so;
build/net8.0/lib/linux/x86_64/libpv_porcupine.so;
</PackagePath>
Expand All @@ -96,7 +93,6 @@
<ItemGroup>
<Content Include="..\..\..\lib\raspberry-pi\**\*" Exclude="..\..\..\lib\raspberry-pi\arm11\*">
<PackagePath>
build/netcoreapp3.0/lib/raspberry-pi;
build/net6.0/lib/raspberry-pi;
build/net8.0/lib/raspberry-pi;
</PackagePath>
Expand Down
11 changes: 5 additions & 6 deletions binding/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,23 @@ Porcupine is:

Platform compatible with .NET Framework 4.6.1+:

- Windows (x86_64, arm64)
- Windows (x86_64)

Platforms compatible with .NET Core 2.0+:

- Linux (x86_64)
- macOS (x86_64)
- Windows (x86_64, arm64)
- Windows (x86_64)

Platforms compatible with .NET Core 3.0+:
Platform compatible with .NET 6.0+:

- Raspberry Pi:
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)

Platform compatible with .NET 6.0+:

- Linux (x86_64)
- macOS (arm64)
- Windows (arm64)

## Installation

Expand Down
3 changes: 3 additions & 0 deletions demo/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {

repositories {
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1360/'
}
}

sourceSets {
Expand Down

0 comments on commit 219d5e7

Please sign in to comment.