Skip to content

Commit

Permalink
🐛 Fixed incorrect launch URL in Web API template. #912
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Jul 9, 2023
1 parent 0c92950 commit a703b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CleanArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<metadata>

<id>Clean.Architecture.Solution.Template</id>
<version>8.0.0-preview.5.12</version>
<version>8.0.0-preview.5.13</version>
<title>Clean Architecture Solution Template</title>
<authors>JasonTaylorDev</authors>
<description>Clean Architecture Solution Template for .NET 8.</description>
<summary>
A Clean Architecture Solution Template for creating a Single-Page Application (SPA) with ASP.NET Core.
</summary>
<releaseNotes>
Improve template experience in Visual Studio IDE.
Fixed incorrect launch URL in Web API template.
</releaseNotes>

<projectUrl>https://github.com/JasonTaylorDev/CleanArchitecture</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The template depends on the latest versions of:

The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Clean.Architecture.Solution.Template):
```
dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.5.12
dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.5.13
```

Once installed, create a new solution using the template. You can choose to use Angular, React, or create a Web API-only solution. Specify the client framework using the `-cf` or `--client-framework` option, and provide the output directory where your project will be created. Here are some examples:
Expand Down
2 changes: 1 addition & 1 deletion src/WebUI/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
////#if(UseApiOnly)
//"launchUrl": "https://localhost:5001/api",
//"launchUrl": "api",
////#endif
"environmentVariables": {
//#if(!UseApiOnly)
Expand Down

0 comments on commit a703b77

Please sign in to comment.