From bdb9567dd039e58fc695629b3c97dddcb36fd556 Mon Sep 17 00:00:00 2001 From: xqrzd <4950876+xqrzd@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:34:09 -0500 Subject: [PATCH] Release stable 1.13 (#7) --- .github/workflows/ci.yml | 8 ++++---- src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57c2252..0205514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,14 @@ jobs: linux_build: name: Linux build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.402 + dotnet-version: '5.0.x' - name: Build run: dotnet build --configuration Release @@ -25,7 +25,7 @@ jobs: name: Publish nuget package needs: linux_build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 if: github.ref == 'refs/heads/master' steps: @@ -33,7 +33,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.402 + dotnet-version: '5.0.x' - name: Publish on version change uses: rohith/publish-nuget@v2 with: diff --git a/src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj b/src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj index 36aac86..767cc9f 100644 --- a/src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj +++ b/src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj @@ -5,7 +5,7 @@ CS1591 $(AssemblyName) - 1.13.0-preview.1 + 1.13.0 xqrzd true Native Apache Kudu binary for testing