Skip to content

Commit 3308193

Browse files
committed
TodoApi -> TodoApp
1 parent c064cff commit 3308193

File tree

12 files changed

+7
-7
lines changed

12 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Todo application with ASP.NET Core
22

3-
[![CI](https://github.com/davidfowl/TodoApi/actions/workflows/ci.yaml/badge.svg)](https://github.com/davidfowl/TodoApi/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/davidfowl/TodoApp/actions/workflows/ci.yaml/badge.svg)](https://github.com/davidfowl/TodoApi/actions/workflows/ci.yaml)
44

55
This is a Todo application that features:
66
- [**Todo.Web**](Todo.Web) - An ASP.NET Core hosted Blazor WASM front end application
@@ -32,7 +32,7 @@ It showcases:
3232

3333
### Running the application
3434

35-
To run the application, run the [TodoApi.AppHost](TodoApi.AppHost) project. This uses .NET Aspire to run both the [Todo.Web/Server](Todo.Web/Server) and [TodoApi](TodoApi).
35+
To run the application, run the [TodoApp.AppHost](TodoApp.AppHost) project. This uses .NET Aspire to run both the [Todo.Web/Server](Todo.Web/Server) and [Todo.Api](Todo.Api).
3636

3737
## Optional
3838

@@ -131,5 +131,5 @@ Learn more about the Auth0 .NET SDK [here](https://github.com/auth0/auth0-aspnet
131131

132132
### OpenTelemetry
133133

134-
TodoApi uses OpenTelemetry to collect logs, metrics and spans. You can see this
134+
This app uses OpenTelemetry to collect logs, metrics and spans. You can see this
135135
using the [Aspire Dashboard](https://aspiredashboard.com/).

Todo.Api/Todo.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ProjectReference Include="..\TodoApi.ServiceDefaults\TodoApi.ServiceDefaults.csproj" />
25+
<ProjectReference Include="..\TodoApp.ServiceDefaults\TodoApp.ServiceDefaults.csproj" />
2626
</ItemGroup>
2727

2828
</Project>

Todo.Web/Server/Todo.Web.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\..\TodoApi.ServiceDefaults\TodoApi.ServiceDefaults.csproj" />
21+
<ProjectReference Include="..\..\TodoApp.ServiceDefaults\TodoApp.ServiceDefaults.csproj" />
2222
<ProjectReference Include="..\Client\Todo.Web.Client.csproj" />
2323
<ProjectReference Include="..\Shared\Todo.Web.Shared.csproj" />
2424
</ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)