Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 9, 2025

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

  • Updated eng/Versions.props:
    • MajorVersion: 9 → 10
    • MinorVersion: 10 → 0

Metadata Files

  • Updated Microsoft.Extensions.AmbientMetadata.Application.json assembly version from 9.10.0.0 to 10.0.0.0

Template Integration Test Snapshots

Updated all template integration test snapshot files with package version references:

  • Microsoft.Extensions.AI: 9.10.0 → 10.0.0
  • Microsoft.Extensions.AI.OpenAI: 9.10.0 → 10.0.0
  • Microsoft.Extensions.Http.Resilience: 9.10.0 → 10.0.0

This includes 8 .csproj files across multiple test scenarios:

  • Basic web app template
  • OpenAI with Azure AI Search
  • Azure OpenAI with Qdrant and Aspire
  • Basic Aspire template
  • Ollama with Qdrant

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

Update repository branding from 9.10 to 10.0.

  • Update MajorVersion from 9 to 10 and MinorVersion from 10 to 0 in eng/Versions.props
  • Update all template integration test snapshot files and metadata files that reference 9.10.0 or 9.10.0.0 to use 10.0.0 or 10.0.0.0 as appropriate (e.g., Microsoft.Extensions.AI, Microsoft.Extensions.AI.OpenAI, Microsoft.Extensions.Http.Resilience)
  • This mirrors the scope and approach of PR Branding updates for 9.10 #6769 (Branding updates for 9.10)

All changes should be mechanical—version string substitutions only—with no other modifications to dependencies or logic. Validate that all occurrences of 9.10.0 are replaced. Do not alter sections managed by automation (Maestro/Arcade) other than branding properties. Build and verify snapshot tests pass after the update.

Rationale: main now tracks 10.0 development and needs correct branding for generated artifacts and templates.

This pull request was created as a result of the following prompt from Copilot chat.

Update repository branding from 9.10 to 10.0.

  • Update MajorVersion from 9 to 10 and MinorVersion from 10 to 0 in eng/Versions.props
  • Update all template integration test snapshot files and metadata files that reference 9.10.0 or 9.10.0.0 to use 10.0.0 or 10.0.0.0 as appropriate (e.g., Microsoft.Extensions.AI, Microsoft.Extensions.AI.OpenAI, Microsoft.Extensions.Http.Resilience)
  • This mirrors the scope and approach of PR Branding updates for 9.10 #6769 (Branding updates for 9.10)

All changes should be mechanical—version string substitutions only—with no other modifications to dependencies or logic. Validate that all occurrences of 9.10.0 are replaced. Do not alter sections managed by automation (Maestro/Arcade) other than branding properties. Build and verify snapshot tests pass after the update.

Rationale: main now tracks 10.0 development and needs correct branding for generated artifacts and templates.


✨ 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

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
Copilot finished work on behalf of joperezr October 9, 2025 17:53
Copilot AI requested a review from joperezr October 9, 2025 17:53
…/Microsoft.Extensions.AmbientMetadata.Application.json
@joperezr joperezr marked this pull request as ready for review October 9, 2025 20:08
@joperezr joperezr requested review from a team as code owners October 9, 2025 20:08
Copilot AI review requested due to automatic review settings October 9, 2025 20:08
Copy link
Contributor

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 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

@stephentoub
Copy link
Member

stephentoub commented Oct 9, 2025

@joperezr, is there a release branch for the 9.10 release?

@joperezr
Copy link
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.

@joperezr joperezr merged commit e50ef7c into main Oct 10, 2025
6 checks passed
@joperezr joperezr deleted the copilot/update-repository-branding-to-10-0 branch October 10, 2025 19:40
@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants