diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 16c3492..12dcd08 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -49,7 +49,7 @@ jobs: - name: Pack run: dotnet pack --no-build --no-dependencies -c Debug -p:PackageId=R4UtilsDev --version-suffix $SUFFIX - name: Push - run: dotnet nuget push R4Utils/bin/Debug/R4UtilsDev.1.1.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate + run: dotnet nuget push R4Utils/bin/Debug/R4UtilsDev.1.2.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate publish-pre: runs-on: ubuntu-latest @@ -73,7 +73,7 @@ jobs: - name: Pack run: dotnet pack -c Release --no-build --no-dependencies --version-suffix $SUFFIX - name: Push - run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.1.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate + run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.2.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate publish-production: runs-on: ubuntu-latest @@ -95,4 +95,4 @@ jobs: - name: Pack run: dotnet pack -c Release --no-build --no-dependencies - name: Push - run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.1.0.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate + run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.2.0.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate diff --git a/R4Utils/R4Utils.csproj b/R4Utils/R4Utils.csproj index 7127ddc..ffd9c75 100644 --- a/R4Utils/R4Utils.csproj +++ b/R4Utils/R4Utils.csproj @@ -5,7 +5,7 @@ enable enable R4Utils - 1.1.0 + 1.2.0 Ronto4 13 https://github.com/Ronto4/R4Utils