jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.13k stars 3.45k forks source link

Fix readme invalid repository url on project creation #1166

Open Energ1stics opened 2 months ago

Energ1stics commented 2 months ago

When calling this template via dotnet new ca-sln -n XYZ, the resulting project will contain a readme with an invalid repo url.

So this line in README-template.md

The project was generated using the Clean.Architecture.Solution.Template version caPackageVersion.

will turn into

The project was generated using the Clean.Architecture.Solution.Template version caPackageVersion.

That is not supposed to happen. I fixed this by injecting caRepositoryUrl into README-template.md.