From bef3b313237c9bacf7725a4e2f3e1e1d5a9a80f7 Mon Sep 17 00:00:00 2001 From: xqrzd <4950876+xqrzd@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:58:59 -0400 Subject: [PATCH] Release preview 3 (#135) --- .github/workflows/ci.yml | 4 ++-- src/Knet.Kudu.Client/Knet.Kudu.Client.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02171699..3e93e860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.401 + dotnet-version: 3.1.402 - name: Build run: dotnet build --configuration Release - name: Test @@ -33,7 +33,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.401 + dotnet-version: 3.1.402 - name: Publish on version change uses: rohith/publish-nuget@v2 with: diff --git a/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj b/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj index 49cf1191..b1f846ee 100644 --- a/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj +++ b/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj @@ -7,7 +7,7 @@ CS1591 $(AssemblyName) - 0.1.0-preview.2 + 0.1.0-preview.3 xqrzd true .NET client for Apache Kudu