diff --git a/.github/workflows/ReleaseDeployAction.yml b/.github/workflows/ReleaseDeployAction.yml index c39b4f2a..c687c12c 100644 --- a/.github/workflows/ReleaseDeployAction.yml +++ b/.github/workflows/ReleaseDeployAction.yml @@ -14,7 +14,7 @@ jobs: runs-on: "windows-latest" steps: - - uses: "marvinpinto/action-automatic-releases@latest" + - uses: "marvinpinto/asv-soft/action-automatic-release@latest" with: repo_token: "${{ secrets.GIHUB_NUGET_AUTH_TOKEN }}" prerelease: false diff --git a/README.md b/README.md index cd80637f..c023a164 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ To ensure a smooth development experience, follow the steps below to set up your - **Operating System:** This project is compatible with Windows, macOS, and Linux. Ensure that your development machine runs one of these supported operating systems. - **IDE (Integrated Development Environment):** We recommend using [Visual Studio](https://visualstudio.microsoft.com/) or [JetBrains Rider](https://www.jetbrains.com/rider/) as your IDE for C# development. Make sure to install the necessary extensions and plugins for a better development experience. -#### 2. **.NET 7 Installation:** -- This project is built using [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0), the latest version of the .NET platform. Install .NET 7 by following the instructions provided on the official [.NET website](https://dotnet.microsoft.com/download/dotnet/7.0). +#### 2. **.NET Installation:** +- This project is built using [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) and [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0), the latests version of the .NET platform. We recommend installing .NET 7.0 by following the instructions provided on the official [.NET website](https://dotnet.microsoft.com/download/dotnet/7.0). ```bash # Check your current .NET version