Skip to content

Commit 852c0ba

Browse files
committed
review-2
1 parent f3ec1a8 commit 852c0ba

9 files changed

+11
-11
lines changed

learn-pr/aspnetcore/create-aspire-applications/exercise-create-new-aspire-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create a new .NET Aspire project
44
metadata:
55
title: Exercise - Create a new .NET Aspire project
66
description: "Install all the prerequisites, then create a new .NET Aspire Starter app. See how to add a caching integration using Redis to the app. Then test the application and quickly explore the Aspire Dashboard."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/exercise-integrate-aspire-existing-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Integrate an existing ASP.NET Core web app
44
metadata:
55
title: Exercise - Integrate an existing ASP.NET Core web app
66
description: "See how to add the .NET Aspire stack to an existing ASP.NET Core web app and then run the app. Then call between microservices from the ASP.NET Core app."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/how-add-orchestration-existing-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How to add orchestration to an existing .NET app
44
metadata:
55
title: How to add orchestration to an existing .NET app
66
description: "See how using .NET Aspire orchestration brings benefits to your existing cloud-native apps. Then enroll an app in .NET Aspire orchestration and examine the changes made to a solution."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/includes/exercise-create-new-aspire-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Now that the prerequisites are installed, let's create a new app.
142142

143143
1. Open **Visual Studio**. In the dialog, select **Create a new project**.
144144
1. In the **Search for templates** box, enter **aspire**.
145-
1. Select **.NET Aspire Starter Application**, and then select **Next**.
145+
1. Select **.NET Aspire Starter App**, and then select **Next**.
146146
1. In the **Solution name** box, enter **AspireTestApp**.
147147
1. In the **Location** box, enter the folder where you want to create the new app.
148148
1. Select **Next**.
@@ -244,7 +244,7 @@ Now let's add a Redis caching integration to the .NET Aspire project. We start w
244244
1. In **Solution Explorer**, right-click on the **AspireTestApp.AppHost** project, and select **Manage NuGet Packages**.
245245
1. Select the **Browse** tab, and select **Include prerelease**.
246246
1. Search for **aspire redis**, and select the **Aspire.Hosting.Redis** package.
247-
1. In the right pane, for **Version** select the latest **8.0.0**, and then select **Install**.
247+
1. In the right pane, for **Version** select **8.0.0**, and then select **Install**.
248248
1. In the **License Acceptance** dialog, select **I Accept**.
249249
250250
# [.NET CLI](#tab/netcore-cli)
@@ -298,7 +298,7 @@ Now let's add a Redis caching integration to the .NET Aspire project. We start w
298298
1. In **Solution Explorer**, right-click on the **AspireTestApp.Web** project, and select **Manage NuGet Packages**.
299299
1. Select the **Browse** tab, and select **Include prerelease**.
300300
1. Search for **aspire redis**, and select the **Aspire.StackExchange.Redis.OutputCaching** package.
301-
1. In the right pane, for **Version** select the latest **8.0.0**, and then select **Install**.
301+
1. In the right pane, for **Version** select **8.0.0**, and then select **Install**.
302302
1. In the **License Acceptance** dialog, select **I Accept**.
303303
304304
# [.NET CLI](#tab/netcore-cli)

learn-pr/aspnetcore/create-aspire-applications/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.create-aspire-application
33
metadata:
44
title: Create a .NET Aspire project
55
description: "Learn how to create cloud-native applications from scratch or add orchestration to an existing app by using the .NET Aspire stack in .NET 8."
6-
ms.date: 2/6/2024
6+
ms.date: 04/02/2025
77
author: camsoper
88
ms.author: casoper
99
manager: coxford

learn-pr/aspnetcore/create-aspire-applications/introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Test what you learned about .NET Aspire."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/learn-how-create-new-aspire-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Learn how to create a new .NET Aspire project
44
metadata:
55
title: Learn how to create a new .NET Aspire project
66
description: "Learn how to create a new .NET Aspire project, understand the differences between the two project templates. Then explore the structure of the solutions generated."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

learn-pr/aspnetcore/create-aspire-applications/summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 2/6/2024
7+
ms.date: 04/02/2025
88
author: camsoper
99
ms.author: casoper
1010
ms.topic: unit

0 commit comments

Comments
 (0)