Skip to content

Commit be9b4e3

Browse files
Merge pull request #4819 from dotnet/main
✅ Merge `main` into `live`
2 parents 240838a + 9abff16 commit be9b4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extensibility/dev-tunnels-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: .NET Aspire dev tunnels integration
2+
title: .NET Aspire dev tunnels integration (Preview)
33
description: Learn how to use the .NET Aspire dev tunnels integration to securely expose local endpoints publicly during development.
44
ms.date: 09/23/2025
55
---
66

7-
# .NET Aspire dev tunnels integration
7+
# .NET Aspire dev tunnels integration (Preview)
88

99
[!INCLUDE [includes-hosting](../includes/includes-hosting.md)]
1010

@@ -33,7 +33,7 @@ To get started with the .NET Aspire dev tunnels integration, install the [📦 A
3333
### [.NET CLI](#tab/dotnet-cli)
3434

3535
```dotnetcli
36-
dotnet add package Aspire.Hosting.DevTunnels
36+
dotnet add package Aspire.Hosting.DevTunnels --prerelease
3737
```
3838

3939
### [PackageReference](#tab/package-reference)

0 commit comments

Comments
 (0)