Skip to content

Increment version properties for System.ValueTuple and System.Data.SqlClient post-servicing#255

Merged
ericstj merged 3 commits intomainfrom
copilot/increment-version-properties
Feb 19, 2026
Merged

Increment version properties for System.ValueTuple and System.Data.SqlClient post-servicing#255
ericstj merged 3 commits intomainfrom
copilot/increment-version-properties

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 18, 2026

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 to false
  • VersionPrefix: 4.6.1 → 4.6.2 (unconditioned), 4.6.2 → 4.6.3 (conditioned)
  • PackageValidationBaselineVersion: 4.6.1 → 4.6.2

System.Data.SqlClient:

  • IsPackable: Set to false
  • VersionPrefix: 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.1

Per the documented post-servicing process (README.md lines 135-139):

  1. IsPackable is set to false to disable package generation
  2. Conditioned versions (when IsPackable == 'true') contain the next release version
  3. Unconditioned versions track the last stable release

These packages will continue to be built and tested in official builds but will not generate new packages unless IsPackable is explicitly set to true for future servicing.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…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
Copilot AI requested a review from ericstj February 18, 2026 03:59
@ericstj
Copy link
Copy Markdown
Member

ericstj commented Feb 18, 2026

This change looks good but build fails due to mirror being behind. I've triggered the mirroring pipeline and will rerun after that.

@ericstj
Copy link
Copy Markdown
Member

ericstj commented Feb 18, 2026

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@ericstj ericstj marked this pull request as ready for review February 19, 2026 02:11
Copy link
Copy Markdown
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericstj
Copy link
Copy Markdown
Member

ericstj commented Feb 19, 2026

@copilot you should also set IsPackable back to false for these two projects.

Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 19, 2026

@copilot you should also set IsPackable back to false for these two projects.

Done. Set IsPackable to false for both projects in commit 2f2b5b8.

Copilot AI requested a review from ericstj February 19, 2026 04:03
Copy link
Copy Markdown
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - also I updated readme #256

Comment thread src/System.Data.SqlClient/src/System.Data.SqlClient.csproj
@ViktorHofer
Copy link
Copy Markdown
Member

ViktorHofer commented Feb 19, 2026

Looks good. Going forward this could be a GH agentic workflow that runs on schedule.

@ericstj ericstj merged commit 034c7f2 into main Feb 19, 2026
5 checks passed
@ericstj
Copy link
Copy Markdown
Member

ericstj commented Feb 19, 2026

Looks good. Going forward this could be a GH agentic workflow that runs on schedule.

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

@ViktorHofer ViktorHofer deleted the copilot/increment-version-properties branch February 19, 2026 19:12
@ViktorHofer
Copy link
Copy Markdown
Member

Responded privately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants