-
Notifications
You must be signed in to change notification settings - Fork 841
Update repository branding from 9.10 to 10.0 #6907
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: joperezr <13854455+joperezr@users.noreply.github.com>
...Extensions.AmbientMetadata.Application/Microsoft.Extensions.AmbientMetadata.Application.json
Outdated
Show resolved
Hide resolved
…/Microsoft.Extensions.AmbientMetadata.Application.json
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 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 |
|
@joperezr, is there a release branch for the 9.10 release? |
|
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 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