Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u01 committed Jan 28, 2024
2 parents c21625e + 4263d74 commit b650254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseDeployAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b650254

Please sign in to comment.