Skip to content

Commit

Permalink
Release preview 3 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqrzd authored Sep 15, 2020
1 parent 0d606c2 commit bef3b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>CS1591</NoWarn>

<PackageId>$(AssemblyName)</PackageId>
<Version>0.1.0-preview.2</Version>
<Version>0.1.0-preview.3</Version>
<Authors>xqrzd</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>.NET client for Apache Kudu</Description>
Expand Down

0 comments on commit bef3b31

Please sign in to comment.