Open
Conversation
Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Data API builder to major version 2, minor version 0
Update DAB to version 2.0
Feb 12, 2026
Aniruddh25
reviewed
Feb 12, 2026
Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com>
Aniruddh25
approved these changes
Feb 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps Data API builder (DAB) to major version 2.0 by updating the centralized MSBuild version property, which propagates across all projects and feeds version reporting via ProductInfo.GetProductVersion().
Changes:
- Update
src/Directory.Build.props<Version>from 1.7 to 2.0.
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
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.
Why make this change?
Strategic version bump to major version 2.0 aligning with upcoming breaking changes and feature releases.
What is this change?
Version Update
src/Directory.Build.props: Version 1.7 → 2.0Version derivation via
ProductInfo.GetProductVersion()remains unchanged—continues reading from assembly metadata set by Directory.Build.props.Note: Documentation and sample configuration files continue to reference version 1.7.81 and will be updated in a future release.
How was this tested?
Sample Request(s)
CLI Version Verification
Assembly Version Verification
The ProductInfo class correctly reflects version 2.0.0 from the assembly metadata set by Directory.Build.props.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.