Skip to content

Commit

Permalink
Release stable 1.13 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqrzd authored Jan 31, 2021
1 parent 796dbb2 commit bdb9567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ 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

publish:

name: Publish nuget package
needs: linux_build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

if: github.ref == 'refs/heads/master'
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: Publish on version change
uses: rohith/publish-nuget@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion src/Knet.Kudu.Binary/Knet.Kudu.Binary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NoWarn>CS1591</NoWarn>

<PackageId>$(AssemblyName)</PackageId>
<Version>1.13.0-preview.1</Version>
<Version>1.13.0</Version>
<Authors>xqrzd</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Native Apache Kudu binary for testing</Description>
Expand Down

0 comments on commit bdb9567

Please sign in to comment.