From 27e6f38f8373e1331422dbdb25808bbaddef1fa6 Mon Sep 17 00:00:00 2001 From: Mariusz Matysek Date: Mon, 4 Mar 2024 13:43:51 +0100 Subject: [PATCH] Carael/bump build net8 (#48) * Bump build to .net8 --- .github/workflows/dotnet-electron.yml | 6 +++--- .github/workflows/dotnet-maui.yml | 4 ++-- global.json | 2 +- src/Ui/Website.Host/electron.manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet-electron.yml b/.github/workflows/dotnet-electron.yml index 763228e..4589c03 100644 --- a/.github/workflows/dotnet-electron.yml +++ b/.github/workflows/dotnet-electron.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Generate version number using date and run number @@ -76,7 +76,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Generate version number using date and run number @@ -121,7 +121,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Generate version number using date and run number diff --git a/.github/workflows/dotnet-maui.yml b/.github/workflows/dotnet-maui.yml index 6ad7bb1..f96d72c 100644 --- a/.github/workflows/dotnet-maui.yml +++ b/.github/workflows/dotnet-maui.yml @@ -27,7 +27,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' include-prerelease: true # For WinUI builds @@ -99,7 +99,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' include-prerelease: true - name: Generate version number using date and run number diff --git a/global.json b/global.json index 5ce8495..e72335a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.201" } } diff --git a/src/Ui/Website.Host/electron.manifest.json b/src/Ui/Website.Host/electron.manifest.json index a160eb9..7926490 100644 --- a/src/Ui/Website.Host/electron.manifest.json +++ b/src/Ui/Website.Host/electron.manifest.json @@ -13,7 +13,7 @@ "appId": "com.crossbusexplorer.app", "productName": "Cross Bus Explorer", "copyright": "Copyright © 2024", - "buildVersion": "0.4.4", + "buildVersion": "0.4.5", "compression": "maximum", "directories": { "output": "../../../bin/Desktop"