-
Notifications
You must be signed in to change notification settings - Fork 168
Update Aspire version references to 9.5.2 #5355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
….5.1 to 9.5.2 Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
There was a problem hiding this 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 pull request updates all Aspire version references from 9.5.0 and 9.5.1 to 9.5.2 throughout the documentation and code examples. The changes ensure users reference the latest stable Aspire release while preserving preview package versions (e.g., 9.5.0-preview.1.25474.7) that intentionally remain unchanged.
Key changes include:
- Updated documentation references to version 9.5.2 in upgrade guides, what's new pages, and fundamentals
- Bumped package versions in 107 .csproj files across all code snippets
- Updated TOC and CLI reference documentation
Reviewed Changes
Copilot reviewed 114 out of 114 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/whats-new/dotnet-aspire-9.5.md | Updated SDK version references and single-file AppHost example to 9.5.2 |
| docs/toc.yml | Updated TOC entry title from "Upgrade to Aspire 9.5.0" to "Upgrade to Aspire 9.5.2" |
| docs/get-started/upgrade-to-aspire-9.md | Comprehensive updates to upgrade guide with new version references throughout |
| docs/fundamentals/dotnet-aspire-sdk.md | Updated SDK version in example code to 9.5.2 |
| docs/deployment/aspire-deploy/aca-deployment-aspire-cli.md | Updated package versions in deployment example to 9.5.2 |
| docs/cli-reference/aspire-update.md | Updated CLI version requirement and example output to reference 9.5.2 |
| docs/testing/snippets/testing//.csproj | Updated all testing framework examples (xunit, nunit, mstest) to 9.5.2 |
| docs/storage/snippets/tutorial//.csproj | Updated storage tutorial package versions to 9.5.2 |
| docs/snippets/azure/AppHost/AppHost.csproj | Updated Azure integration package versions to 9.5.2 |
| docs/real-time/snippets/signalr//.csproj | Updated SignalR example package versions to 9.5.2 |
| docs/get-started/snippets/quickstart//.csproj | Updated quickstart sample package versions to 9.5.2 |
| docs/get-started/snippets/PythonSample//.csproj | Updated Python sample package versions to 9.5.2 |
| docs/fundamentals/snippets//.csproj | Updated all fundamentals examples to 9.5.2 |
| docs/frameworks/snippets/Orleans//.csproj | Updated Orleans integration examples to 9.5.2 |
| docs/extensibility/snippets//.csproj | Updated extensibility examples to 9.5.2 |
| docs/deployment/snippets//.csproj | Updated deployment examples to 9.5.2 |
| docs/database/snippets//.csproj | Updated all database examples to 9.5.2 |
| docs/community-toolkit/snippets/Dapr//.csproj | Updated Dapr toolkit examples to 9.5.2 |
| docs/azure/snippets//.csproj | Updated Azure-specific examples to 9.5.2 |
| docs/authentication/snippets//.csproj | Updated authentication examples to 9.5.2 |
| docs/app-host/snippets//.csproj | Updated AppHost examples to 9.5.2 |
| docs/fundamentals/app-host-overview.md | Updated SDK version in AppHost documentation to 9.5.2 |
Updates all Aspire version references from 9.5.0 and 9.5.1 to 9.5.2 across documentation and code snippets.
Documentation updates (7 files)
Code snippets (107 .csproj files)
Aspire.AppHost.Sdkversion attributesAspire.*package references (Hosting, Azure, Testing, etc.)9.5.0-preview.1.25474.7) - intentionally left unchangedTotal: 114 files, 261 version string replacements.
Original prompt
✨ 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