Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 4, 2025

This PR updates the Aspire documentation to reflect the latest patch version 9.5.1, replacing all references to version 9.5.0 throughout the documentation.

Changes Made

Updated version references from 9.5.0 to 9.5.1 in the following documentation files:

  • docs/get-started/upgrade-to-aspire-9.md - The main upgrade guide with comprehensive version updates including title, description, and all code examples
  • docs/deployment/aspire-deploy/aca-deployment-aspire-cli.md - Updated SDK and package versions in deployment examples
  • docs/fundamentals/dotnet-aspire-sdk.md - Updated SDK version in fundamental concepts
  • docs/fundamentals/app-host-overview.md - Updated AppHost project examples
  • docs/whats-new/dotnet-aspire-9.5.md - Updated upgrade instructions and single-file AppHost examples

Example Changes

Before:

<Sdk Name="Aspire.AppHost.Sdk" Version="9.5.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.0" />

After:

<Sdk Name="Aspire.AppHost.Sdk" Version="9.5.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.1" />

Notes

  • References to "Aspire CLI 9.5.0 and later versions" were intentionally left unchanged as 9.5.1 is covered by this statement
  • Example command outputs remain unchanged as they are illustrative examples only

Fixes https://github.com/dotnet/docs-aspire/issues/[issue-number]

Original prompt

Update page https://learn.microsoft.com/en-us/dotnet/aspire/get-started/upgrade-to-aspire-9 to version 9.5.1


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Internal previews

📄 File 🔗 Preview link
docs/deployment/aspire-deploy/aca-deployment-aspire-cli.md docs/deployment/aspire-deploy/aca-deployment-aspire-cli
docs/fundamentals/app-host-overview.md docs/fundamentals/app-host-overview
docs/fundamentals/dotnet-aspire-sdk.md docs/fundamentals/dotnet-aspire-sdk
docs/get-started/upgrade-to-aspire-9.md docs/get-started/upgrade-to-aspire-9
docs/whats-new/dotnet-aspire-9.5.md docs/whats-new/dotnet-aspire-9.5

@Copilot Copilot AI changed the title [WIP] Update page https://learn.microsoft.com/en-us/dotnet/aspire/get-started/upgrade-to-aspire-9 to version 9.5.1 Update Aspire documentation from version 9.5.0 to 9.5.1 Oct 4, 2025
@Copilot Copilot AI requested a review from JamesNK October 4, 2025 07:00
Copilot finished work on behalf of JamesNK October 4, 2025 07:00
@JamesNK JamesNK marked this pull request as ready for review October 4, 2025 07:05
@JamesNK JamesNK requested a review from IEvangelist as a code owner October 4, 2025 07:05
@Copilot Copilot AI review requested due to automatic review settings October 4, 2025 07:05
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates all Aspire documentation references from version 9.5.0 to 9.5.1, reflecting the latest patch release. The changes are systematic version number updates across documentation files to maintain consistency with the current release.

  • Updates version references in upgrade guides, fundamentals documentation, and deployment examples
  • Maintains consistency across all SDK, package, and AppHost project references
  • Preserves existing documentation structure while updating only version-specific content

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/get-started/upgrade-to-aspire-9.md Updated comprehensive upgrade guide with new version references in title, description, and all code examples
docs/whats-new/dotnet-aspire-9.5.md Updated AppHost SDK version references in upgrade instructions and single-file examples
docs/fundamentals/dotnet-aspire-sdk.md Updated SDK version in fundamental concepts documentation
docs/fundamentals/app-host-overview.md Updated AppHost project example with new SDK and package versions
docs/deployment/aspire-deploy/aca-deployment-aspire-cli.md Updated SDK and package versions in Azure Container Apps deployment examples

@IEvangelist IEvangelist merged commit ebf7a95 into main Oct 6, 2025
16 checks passed
@IEvangelist IEvangelist deleted the copilot/fix-1ec0c84e-9d11-4198-8086-431fbf392e0a branch October 6, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants