diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index f6222bb5..1e4ac67e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ["3.1.x", "5.0.x", "6.0.x", "7.0.x"] + dotnet-version: ["6.0.x", "7.0.x"] steps: - uses: actions/checkout@v2 @@ -23,6 +23,8 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Build + run: dotnet build Deepgram.sln --configuration Release --no-restore + - name: Pack run: | dotnet pack Deepgram.sln --configuration Release --no-restore --output ./dist -p:Version=${{ steps.get_version.outputs.VERSION }} - name: Archive build artifacts diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 551bd3e3..abe580d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ["3.1.x", "5.0.x", "6.0.x", "7.0.x"] + dotnet-version: ["6.0.x", "7.0.x"] steps: - uses: actions/checkout@v2 diff --git a/Deepgram/Deepgram.csproj b/Deepgram/Deepgram.csproj index 51f7702c..a40dea8c 100644 --- a/Deepgram/Deepgram.csproj +++ b/Deepgram/Deepgram.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0;net7.0;netstandard2.0 + net6.0;net7.0;netstandard2.0 disable .NET SDK for the Deepgram API 2021 Deepgram @@ -11,10 +11,9 @@ git speech-to-text,captions,speech-recognition,deepgram dg_logo.png - True Deepgram.NET SDK Deepgram - Deepgram.NET + Deepgram.NET @@ -29,18 +28,18 @@ - + - - + + - + <_Parameter1>Deepgram.Tests - + \ No newline at end of file