diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index bdb734d..8b52922 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -37,9 +37,11 @@ jobs: run: dotnet test ./tests/LLMSharp.Google.Palm.Tests/LLMSharp.Google.Palm.Tests.csproj --configuration Release env: GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + - name: Pack v1Beta2 Proto package + run: dotnet pack ./src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj --configuration Release --output . -p:Version=${VERSION} - name: Pack Palm SDK run: dotnet pack ./src/LLMSharp.Google.Palm/LLMSharp.Google.Palm.csproj --configuration Release --output . -p:Version=${VERSION} - # - name: Publish Nuget Package - # run: dotnet nuget push LLMSharp.Google.Palm.${VERSION}.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${NUGET_API_KEY} - # env: - # NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file + - name: Publish Nuget Package + run: dotnet nuget push LLMSharp.*.${VERSION}.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${NUGET_API_KEY} + env: + NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file diff --git a/src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj b/src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj index e69fc24..9f1b797 100644 --- a/src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj +++ b/src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj @@ -1,47 +1,34 @@ - + + LLMSharp.$(MSBuildProjectName) + netstandard2.1 + latest + true + true + true + Veerash Ayyagari + veerash-ayyagari + palm, palm client, google vertex, dotnet, google palm sdk, vertex ai, google + https://github.com/veerashayyagari/google-palm-sdk + Auto Generated with protoc using Protobuf files for Google Palm. To be used along with LLMSharp.Google.Palm nuget + Google Palm Dotnet Protobuf Autogenerated files + https://github.com/veerashayyagari/google-palm-sdk + Apache-2.0 + README.md + LLMSharp.$(MSBuildProjectName) - - 1.0.0-alpha01 + + + + True + \ + + - - - - - - - - netstandard2.1;net462 - latest - true - true - true - - - - - - - - + + + + \ No newline at end of file