Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 30, 2025
1 parent 7d001d6 commit a8d4827
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,6 @@ jobs:
- name: Package restore
run: dotnet restore

# ************** REMOVE AFTER RELEASE ********************
- name: Remove local package
if: ${{ matrix.machine != 'pv-windows' && matrix.machine != 'pv-windows-igpu' && matrix.machine != 'pv-windows-arm64' }}
run: rm -rf ~/.nuget/packages/picollm

- name: Remove local package
if: ${{ matrix.machine == 'pv-windows' || matrix.machine == 'pv-windows-igpu' || matrix.machine == 'pv-windows-arm64' }}
run: rm ~/.nuget/packages/picollm -r -force -ErrorAction SilentlyContinue

- name: Build Local Packages
run: dotnet build
working-directory: binding/dotnet/PicoLLM

- name: Pack Local Packages
run: dotnet pack -c Release
working-directory: binding/dotnet/PicoLLM

- name: Install Local Packages
run: dotnet add package -s ../../../binding/dotnet/PicoLLM/bin/Release PicoLLM
# ********************************************************

- name: Build completion demo
run: dotnet build -c CompletionDemo.Release

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![npm](https://img.shields.io/npm/v/@picovoice/picollm-web?label=npm%20%5Bweb%5D)](https://www.npmjs.com/package/@picovoice/picollm-web)
[![CocoaPods](https://img.shields.io/cocoapods/v/picoLLM-iOS)](https://cocoapods.org/pods/picoLLM-iOS)<!-- markdown-link-check-disable-line -->
[![PyPI](https://img.shields.io/pypi/v/picollm)](https://pypi.org/project/picollm/)
[![Nuget](https://img.shields.io/nuget/v/picollm)](https://www.nuget.org/packages/PicoLLM/)

Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)

Expand Down
2 changes: 1 addition & 1 deletion binding/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Platform compatible with .NET 6.0+:

## Installation

You can install the latest version of picoLLM by getting the latest [picoLLM Nuget package](https://www.nuget.org/packages/PicoLLM/) <!-- markdown-link-check-disable-line -->
You can install the latest version of picoLLM by getting the latest [picoLLM Nuget package](https://www.nuget.org/packages/PicoLLM/)
in Visual Studio or using the .NET CLI.

```console
Expand Down
3 changes: 1 addition & 2 deletions demo/dotnet/PicoLLMDemo/PicoLLMDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<TargetName>PicoLLMCompletionDemo</TargetName>
<AssemblyName>PicoLLMCompletionDemo</AssemblyName>
</PropertyGroup>

<ItemGroup>

<PackageReference Include="PicoLLM" Version="1.2.0" />
</ItemGroup>
</Project>

0 comments on commit a8d4827

Please sign in to comment.