Skip to content

Commit ff291a4

Browse files
committed
Update README.md
1 parent 812d431 commit ff291a4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ The runner can be used as a [dotnet tool](./src/AspireRunner.Tool/README.md) or
1111
> [!IMPORTANT]
1212
> While the runner itself targets .NET 6 (and later), the dashboard requires the .NET 8/9 runtime to run.
1313
>
14-
> Meaning that the runner can be used as part of a .NET 6 application, but you still need to have the .NET 8/9 runtime installed to run the dashboard.
14+
> Meaning that the runner can be used as part of a .NET 6 application, but you'll still need the .NET 8/9 runtime to run the dashboard.
1515
1616

1717
## [AspireRunner.Tool](./src/AspireRunner.Tool/README.md)
1818

19-
Provides an easy to use dotnet tool for downloading and running the Dashboard
19+
Provides a quick and easy to use CLI for downloading and running the Dashboard
2020

2121
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.Tool?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.Tool)](https://www.nuget.org/packages/AspireRunner.Tool)
2222

@@ -26,7 +26,9 @@ Provides an easy to use dotnet tool for downloading and running the Dashboard
2626
dotnet tool install -g AspireRunner.Tool
2727
```
2828

29-
## AspireRunner.AspNetCore (wip)
29+
## [AspireRunner.AspNetCore](./src/AspireRunner.AspNetCore/README.md)
3030

31-
An ASP.NET Core extension for running the Aspire Dashboard alongside ASP.NET apps.
31+
A library for running the Aspire Dashboard alongside ASP.NET Core apps.
32+
33+
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.AspNetCore?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.AspNetCore)](https://www.nuget.org/packages/AspireRunner.AspNetCore)
3234

src/AspireRunner.AspNetCore/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A library for running the Aspire Dashboard alongside ASP.NET Core apps (as a bac
44

55
The dashboard can display OpenTelemetry data (traces, metrics, and logs) from any application, although this is intended to be used for local development only.
66

7-
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.AspNetCore?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.AspNetCore)](https://www.nuget.org/packages/AspireRunner.AspNetCore)
7+
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.AspNetCore?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.AspNetCore)](https://www.nuget.org/packages/AspireRunner.Tool)
88

99
### Example usage
1010

@@ -40,4 +40,4 @@ var app = builder.Build();
4040
> [!IMPORTANT]
4141
> While the runner itself targets .NET 6 (and later), the dashboard requires the .NET 8/9 runtime to run.
4242
>
43-
> Meaning that the runner can be used as part of a .NET 6 application, but you still need to have the .NET 8/9 runtime installed to run the dashboard.
43+
> Meaning that the runner can be used as part of a .NET 6 application, but you'll still need the .NET 8/9 runtime to run the dashboard.

0 commit comments

Comments
 (0)