From a72cc1a280419ba2da5e655390b9d5751c3c4cb2 Mon Sep 17 00:00:00 2001 From: Torusrxxx Date: Tue, 9 Jul 2024 14:15:09 +0000 Subject: [PATCH 1/3] .NET version 4.8 and High DPI --- app.config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app.config b/app.config index fb6e569..6b721a5 100755 --- a/app.config +++ b/app.config @@ -5,7 +5,7 @@
- + True @@ -23,8 +23,12 @@ Off - + + + + + From 5d4e3d72c05fd8cf3a967d8695469a68ab2a531a Mon Sep 17 00:00:00 2001 From: Torusrxxx Date: Tue, 9 Jul 2024 14:20:15 +0000 Subject: [PATCH 2/3] .NET version 4.8 --- FreenetTray.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FreenetTray.csproj b/FreenetTray.csproj index 74ce6fc..0d91341 100644 --- a/FreenetTray.csproj +++ b/FreenetTray.csproj @@ -33,7 +33,7 @@ false true true - v4.0 + v4.8 AnyCPU @@ -334,4 +334,4 @@ --> - \ No newline at end of file + From f12c6425d9f539535e5dbb0387d1500709563b9e Mon Sep 17 00:00:00 2001 From: Torusrxxx Date: Tue, 9 Jul 2024 14:31:44 +0000 Subject: [PATCH 3/3] .NET version 4.8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 573e840..c6a3480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: shell: cmd - name: Build the solution - run: msbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5.2" /p:DebugSymbols=False "%Solution_Name%" + run: msbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.8" /p:DebugSymbols=False "%Solution_Name%" shell: cmd - name: Sign the installer @@ -46,7 +46,7 @@ jobs: - name: Verify the signature if: ${{ github.event_name != 'pull_request' }} - run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /v /pa "bin/Release/FreenetTray.exe" + run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe" verify /v /pa "bin/Release/FreenetTray.exe" shell: cmd - name: Upload the installer as an artifact