From 3c7e7c4979bc5adba278e529c5a74252c0bfb9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:53:57 +0000 Subject: [PATCH 1/2] Bump itext7 from 9.6.0 to 9.7.0 --- updated-dependencies: - dependency-name: itext7 dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- LockPDFy/LockPDFy.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LockPDFy/LockPDFy.csproj b/LockPDFy/LockPDFy.csproj index 108f038..057de55 100644 --- a/LockPDFy/LockPDFy.csproj +++ b/LockPDFy/LockPDFy.csproj @@ -6,7 +6,7 @@ - + From 86cf24f8eef9c78e75416f9ec2156fb1b3080f60 Mon Sep 17 00:00:00 2001 From: Stefan Seeland <168659+stesee@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:27:37 +0200 Subject: [PATCH 2/2] Remove prerelease step from dotnet.yml Removed the prerelease step from the GitHub Actions workflow. --- .github/workflows/dotnet.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d465c2e..cbfb92d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -60,10 +60,4 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') && env.GITHUB_TOKEN != '' }} run: | gh release create ${{env.CURRENT_VERSION}} ./LockPDFyMaui/bin/Release/net10.0-android/publish/*.apk --generate-notes - - name: Github prerelease - shell: bash - env: - GITHUB_TOKEN: ${{ github.TOKEN }} - if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') == false && env.GITHUB_TOKEN != '' }} - run: | - gh release create ${{env.CURRENT_VERSION}} ./LockPDFyMaui/bin/Release/net10.0-android/publish/*.apk --prerelease --generate-notes +