Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet release #1143

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ jobs:
- name: Package restore
run: dotnet restore

# *********** REMOVE AFTER RELEASE **********************
- name: Pack binding for local ref
run: dotnet pack -c Release
working-directory: binding/dotnet

- name: Add binding to demo
run: dotnet add package -s ../../../binding/dotnet/Porcupine/bin/Release Porcupine
# ******************************************************

- name: Dotnet build micdemo
run: dotnet build -c MicDemo.Release

Expand Down Expand Up @@ -103,15 +94,6 @@ jobs:
- name: Package restore
run: dotnet restore

# *********** REMOVE AFTER RELEASE **********************
- name: Pack binding for local ref
run: dotnet pack -c Release
working-directory: binding/dotnet

- name: Add binding to demo
run: dotnet add package -s ../../../binding/dotnet/Porcupine/bin/Release Porcupine
# ******************************************************

- name: Dotnet build
run: dotnet build

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="2.2.3" />
<PackageReference Include="Porcupine" Version="3.0.0" />
</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="2.2.3" />
<PackageReference Include="Porcupine" Version="3.0.0" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
</ItemGroup>
</Project>