Conversation
…lClient post-servicing Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update version properties for ValueTuple and SqlClient
Increment version properties for System.ValueTuple and System.Data.SqlClient post-servicing
Feb 18, 2026
Member
|
This change looks good but build fails due to mirror being behind. I've triggered the mirroring pipeline and will rerun after that. |
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
@copilot you should also set IsPackable back to false for these two projects. |
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Contributor
Author
jeffhandley
approved these changes
Feb 19, 2026
jozkee
approved these changes
Feb 19, 2026
Member
|
Looks good. Going forward this could be a GH agentic workflow that runs on schedule. |
Member
@ViktorHofer you mean you set this up already, or you are asking for someone else to do so? Have folks solved the issues with AI+workflows+billing in dotnet org? Those have been a blocker. This just came up this morning in another context. |
Member
|
Responded privately |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Post-servicing version increment for recently shipped System.ValueTuple and System.Data.SqlClient packages, following the documented process in README.md.
Changes Made
System.ValueTuple:
IsPackable: Set tofalseVersionPrefix: 4.6.1 → 4.6.2 (unconditioned), 4.6.2 → 4.6.3 (conditioned)PackageValidationBaselineVersion: 4.6.1 → 4.6.2System.Data.SqlClient:
IsPackable: Set tofalseVersionPrefix: 4.9.0 → 4.9.1 (unconditioned), 4.9.1 → 4.9.2 (conditioned)AssemblyVersion(.NETFramework): 4.6.1.0 → 4.6.2.0 (unconditioned), 4.6.2.0 → 4.6.3.0 (conditioned)PackageValidationBaselineVersion: 4.9.0 → 4.9.1Per the documented post-servicing process (README.md lines 135-139):
IsPackableis set tofalseto disable package generationIsPackable == 'true') contain the next release versionThese packages will continue to be built and tested in official builds but will not generate new packages unless
IsPackableis explicitly set totruefor future servicing.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.