Skip to content

Commit 77a5c0d

Browse files
fixing crefs
1 parent 60be7d6 commit 77a5c0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/compatibility/9.3/remove-publisher-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ In .NET Aspire 9.2, the publisher API was introduced in preview, allowing the us
2424

2525
These publishers were added using the following methods:
2626

27-
- <xref:Aspire.Hosting.DockerComposePublisherExtensions.AddDockerComposePublisher*>
28-
- <xref:Aspire.Hosting.KubernetesPublisherExtensions.AddKubernetesPublisher*>
29-
- <xref:Aspire.Hosting.AzurePublisherExtensions.AddAzurePublisher*>
27+
- `Aspire.Hosting.DockerComposePublisherExtensions.AddDockerComposePublisher*`
28+
- `Aspire.Hosting.KubernetesPublisherExtensions.AddKubernetesPublisher*`
29+
- `Aspire.Hosting.AzurePublisherExtensions.AddAzurePublisher*`
3030

3131
Multiple publishers could be added, and the `aspire publish` CLI command allowed users to select one for publishing.
3232

docs/diagnostics/aspireazure001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helpviewer_keywords:
1414

1515
> Publishers are for evaluation purposes only and are subject to change or removal in future updates. Suppress this diagnostic to proceed.
1616
17-
The .NET Aspire Azure hosting integration now ships with a publisher. If you're using any of the <xref:Aspire.Hosting.AzurePublisherExtensions.AddAzurePublisher*> APIs, you might see a compiler error/warning indicating that the API is experimental. This behavior is expected, as the API is still in preview and the shape of this API is expected to change in the future.
17+
The .NET Aspire Azure hosting integration now ships with a publisher. If you're using any of the `Aspire.Hosting.AzurePublisherExtensions.AddAzurePublisher*` APIs, you might see a compiler error/warning indicating that the API is experimental. This behavior is expected, as the API is still in preview and the shape of this API is expected to change in the future.
1818

1919
## Example
2020

0 commit comments

Comments
 (0)