From 83b5c9a9c7ad245da4fe87667084f77babebe21d Mon Sep 17 00:00:00 2001 From: Tiger <49372767+XTigerHyperX@users.noreply.github.com> Date: Mon, 8 Nov 2021 20:04:44 +0100 Subject: [PATCH 1/2] fixed publish for net 6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a56c0d4d..6e9a4217 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: run: dotnet restore FModel - name: .NET Publish - run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net5.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false -p:AssemblyVersion=${{ github.event.inputs.appVersion }} -p:FileVersion=${{ github.event.inputs.appVersion }} + run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net6.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false -p:AssemblyVersion=${{ github.event.inputs.appVersion }} -p:FileVersion=${{ github.event.inputs.appVersion }} - name: ZIP File uses: papeloto/action-zip@v1 @@ -45,4 +45,4 @@ jobs: automatic_release_tag: ${{ github.event.inputs.appVersion }} repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false - files: FModel.zip \ No newline at end of file + files: FModel.zip From ce722a237190cc20739770f6b399b0f3f99f2d08 Mon Sep 17 00:00:00 2001 From: Marlon Date: Mon, 8 Nov 2021 20:04:56 +0100 Subject: [PATCH 2/2] =?UTF-8?q?hello=20.net=206=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf58012..0a68a699 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Installation -To use FModel, you need to have **[.NET 5](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.10-windows-x64-installer)** installed on your computer +To use FModel, you need to install the **[.NET 6](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x64-installer)** runtime on your computer * **[Download](https://github.com/iAmAsval/FModel/releases/latest/download/FModel.zip)** the latest release. * **Extract FModel.exe** somewhere on your PC and launch it