Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/extensibility/dev-tunnels-integration.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: .NET Aspire dev tunnels integration
title: .NET Aspire dev tunnels integration (Preview)
description: Learn how to use the .NET Aspire dev tunnels integration to securely expose local endpoints publicly during development.
ms.date: 09/23/2025
---

# .NET Aspire dev tunnels integration
# .NET Aspire dev tunnels integration (Preview)

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

Expand Down Expand Up @@ -33,7 +33,7 @@ To get started with the .NET Aspire dev tunnels integration, install the [πŸ“¦ A
### [.NET CLI](#tab/dotnet-cli)

```dotnetcli
dotnet add package Aspire.Hosting.DevTunnels
dotnet add package Aspire.Hosting.DevTunnels --prerelease
```

### [PackageReference](#tab/package-reference)
Expand Down
Loading