From c2df75f0f9b9cf4b929cb3d109ab3df97271c3a6 Mon Sep 17 00:00:00 2001 From: Omid Ahmadpour Date: Tue, 30 Jul 2024 11:13:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288984b..48eb22f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Here's the simplest way to get started with your project: 1. Open your command-line interface. 2. Execute the following command: ```shell - dotnet new install ASPNETCleanTemplate.nuspec::3.5.0 + dotnet new install ASPNETCleanTemplate.nuspec::3.5.1 ``` 3. Create an empty folder to house your solution and navigate into it. 4. Run the subsequent command, replacing `MyNewCleanTemplate` with your desired project name: