Update repository branding from 9.10 to 10.0#6907
Merged
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update repository branding from 9.10 to 10.0
Update repository branding from 9.10 to 10.0
Oct 9, 2025
joperezr
reviewed
Oct 9, 2025
...Extensions.AmbientMetadata.Application/Microsoft.Extensions.AmbientMetadata.Application.json
Outdated
Show resolved
Hide resolved
…/Microsoft.Extensions.AmbientMetadata.Application.json
joperezr
approved these changes
Oct 9, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the repository branding from version 9.10 to 10.0, aligning with the main branch now tracking 10.0 development. The changes ensure proper version references for generated artifacts and templates.
- Updated MajorVersion from 9 to 10 and MinorVersion from 10 to 0 in version properties
- Updated all template integration test snapshots to reference 10.0.0 instead of 9.10.0
- Updated metadata files to use the new 10.0.0.0 version format
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
eng/Versions.props |
Updated MajorVersion from 9 to 10 and MinorVersion from 10 to 0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.OpenAI_AzureAISearch.verified/aichatweb/aichatweb.csproj |
Updated Microsoft.Extensions.AI and Microsoft.Extensions.AI.OpenAI package references from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj |
Updated Microsoft.Extensions.AI package reference from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj |
Updated Microsoft.Extensions.Http.Resilience package reference from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.BasicAspire.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj |
Updated Microsoft.Extensions.AI and Microsoft.Extensions.AI.OpenAI package references from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.BasicAspire.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj |
Updated Microsoft.Extensions.Http.Resilience package reference from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.Basic.verified/aichatweb/aichatweb.csproj |
Updated Microsoft.Extensions.AI and Microsoft.Extensions.AI.OpenAI package references from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.AzureOpenAI_Qdrant_Aspire.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj |
Updated Microsoft.Extensions.AI and Microsoft.Extensions.AI.OpenAI package references from 9.10.0 to 10.0.0 |
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.AzureOpenAI_Qdrant_Aspire.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj |
Updated Microsoft.Extensions.Http.Resilience package reference from 9.10.0 to 10.0.0 |
Member
|
@joperezr, is there a release branch for the 9.10 release? |
Member
|
Yeah, we snapped yesterday a release/9.10 branch. We still need to create the internal branch as well. I'll get that done today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the repository branding from version 9.10 to 10.0, as the main branch now tracks 10.0 development. This ensures correct branding for generated artifacts and templates.
Changes
Version Properties
eng/Versions.props:MajorVersion: 9 → 10MinorVersion: 10 → 0Metadata Files
Microsoft.Extensions.AmbientMetadata.Application.jsonassembly version from9.10.0.0to10.0.0.0Template Integration Test Snapshots
Updated all template integration test snapshot files with package version references:
Microsoft.Extensions.AI: 9.10.0 → 10.0.0Microsoft.Extensions.AI.OpenAI: 9.10.0 → 10.0.0Microsoft.Extensions.Http.Resilience: 9.10.0 → 10.0.0This includes 8
.csprojfiles across multiple test scenarios:Validation
All changes are mechanical version string substitutions. The repository build succeeds, and all snapshot tests pass with the updated version references.
This mirrors the scope and approach of PR #6769 (Branding updates for 9.10).
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Microsoft Reviewers: Open in CodeFlow