diff --git a/.github/workflows/PackageCI.yml b/.github/workflows/PackageCI.yml index a9e7862..2cc2400 100644 --- a/.github/workflows/PackageCI.yml +++ b/.github/workflows/PackageCI.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - name: Nerdbank.GitVersioning uses: dotnet/nbgv@v0.4.0 diff --git a/.github/workflows/PrCheck.yml b/.github/workflows/PrCheck.yml index 8e64b1e..21d63bf 100644 --- a/.github/workflows/PrCheck.yml +++ b/.github/workflows/PrCheck.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v2 with: @@ -56,7 +56,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v2 with: diff --git a/Icon.png b/Icon.png index 86497e9..70f16c7 100644 Binary files a/Icon.png and b/Icon.png differ diff --git a/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj b/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj index 4e56e90..a710c70 100644 --- a/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj +++ b/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj @@ -1,7 +1,7 @@  - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios Exe Maui.NeoControls.Demo true diff --git a/Maui.NeoControls/Maui.NeoControls.csproj b/Maui.NeoControls/Maui.NeoControls.csproj index fecb60e..9d8758f 100644 --- a/Maui.NeoControls/Maui.NeoControls.csproj +++ b/Maui.NeoControls/Maui.NeoControls.csproj @@ -1,7 +1,7 @@ - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios true enable Maui.Views.NeoControls diff --git a/version.json b/version.json index 20a5d1b..75030a8 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0", + "version": "8.0-pre", "assemblyVersion": { "precision": "revision" },