-
Notifications
You must be signed in to change notification settings - Fork 839
Branding updates for 9.9 #6693
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
Branding updates for 9.9 #6693
Conversation
@joperezr 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/CompatibilitySuppressions.xml
Show resolved
Hide resolved
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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 repository branding from version 9.8 to 9.9 to prepare the main branch for the next development cycle after the 9.8 release has been branched.
- Updates the minor version from 8 to 9 in the version configuration
- Updates all test template snapshots to reference version 9.9.0 instead of 9.8.0
- Maintains compatibility suppressions file as required until 9.8 baseline validation is updated
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 | Updates MinorVersion from 8 to 9 for the 9.9 development cycle |
test/ProjectTemplates/.../aichatweb.OpenAI_AzureAISearch.verified/aichatweb/aichatweb.csproj | Updates Microsoft.Extensions.AI package references to 9.9.0 |
test/ProjectTemplates/.../aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj | Updates Microsoft.Extensions.AI package reference to 9.9.0 |
test/ProjectTemplates/.../aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj | Updates Microsoft.Extensions.Http.Resilience package reference to 9.9.0 |
test/ProjectTemplates/.../aichatweb.BasicAspire.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj | Updates Microsoft.Extensions.AI package references to 9.9.0 |
test/ProjectTemplates/.../aichatweb.BasicAspire.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj | Updates Microsoft.Extensions.Http.Resilience package reference to 9.9.0 |
test/ProjectTemplates/.../aichatweb.Basic.verified/aichatweb/aichatweb.csproj | Updates Microsoft.Extensions.AI package references to 9.9.0 |
test/ProjectTemplates/.../aichatweb.AzureOpenAI_Qdrant_Aspire.verified/aichatweb/aichatweb.Web/aichatweb.Web.csproj | Updates Microsoft.Extensions.AI package references to 9.9.0 |
test/ProjectTemplates/.../aichatweb.AzureOpenAI_Qdrant_Aspire.verified/aichatweb/aichatweb.ServiceDefaults/aichatweb.ServiceDefaults.csproj | Updates Microsoft.Extensions.Http.Resilience package reference to 9.9.0 |
This PR updates the repository branding from version 9.8 to 9.9, following the same pattern established in PR #6573 for the 9.8 branding update.
Changes Made
Version Configuration:
MinorVersion
from 8 to 9 ineng/Versions.props
Compatibility Suppressions:
CompatibilitySuppressions.xml
file for Microsoft.Extensions.Diagnostics.ResourceMonitoring library. While the intent was to remove compatibility suppressions for theUseDeltaNrPeriodsForCpuCalculation
andCalculateCpuUsageWithoutHostDelta
properties, the file must remain until the 9.8 release is completed and baseline version validation is updated.Template Updates:
The changes affect 10 files with 13 additions and 1 deletion, maintaining the same surgical approach used in previous branding updates. Since the main branch has been branched for the 9.8 release, it now represents the 9.9 development branch and requires these branding updates.
Fixes #6692.
✨ 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