diff --git a/.github/workflows/myget.yml b/.github/workflows/myget.yml index 3e003558a..5a4eaf030 100644 --- a/.github/workflows/myget.yml +++ b/.github/workflows/myget.yml @@ -23,6 +23,5 @@ jobs: - name: Pack all-in-one-packages run: | dotnet pack -c Release -p:NuspecProperties="version=${{ steps.nbgv.outputs.NuGetPackageVersion }}.${{ github.run_number }}" pkg/SuperSocket.csproj /p:NoPackageAnalysis=true - dotnet pack -c Release -p:NuspecProperties="version=${{ steps.nbgv.outputs.NuGetPackageVersion }}.${{ github.run_number }}" pkg/SuperSocket.WebSocketServer.csproj /p:NoPackageAnalysis=true - name: Push run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --source https://www.myget.org/F/supersocket/api/v3/index.json diff --git a/.github/workflows/myget_release.yml b/.github/workflows/myget_release.yml index e0a484739..bb175031d 100644 --- a/.github/workflows/myget_release.yml +++ b/.github/workflows/myget_release.yml @@ -18,6 +18,5 @@ jobs: - name: Pack all-in-one-packages run: | dotnet pack -c Release -p:NuspecProperties="version=${{ steps.nbgv.outputs.NuGetPackageVersion }}" pkg/SuperSocket.csproj - dotnet pack -c Release -p:NuspecProperties="version=${{ steps.nbgv.outputs.NuGetPackageVersion }}" pkg/SuperSocket.WebSocketServer.csproj - name: Push run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --source https://www.myget.org/F/supersocket/api/v3/index.json diff --git a/version.json b/version.json index 379deded6..c1e090c72 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.0.0-beta.19", + "version": "2.0.0-beta.20", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"