-
Notifications
You must be signed in to change notification settings - Fork 849
Reset Microsoft.Agents.AI.ProjectTemplates versioning #7034
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
Reset Microsoft.Agents.AI.ProjectTemplates versioning #7034
Conversation
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 removes the hardcoded VersionSuffix property from the Microsoft.Agents.AI.ProjectTemplates project file, allowing the build system to manage versioning automatically during official builds.
Key Changes:
- Removed explicit
VersionSuffixsetting that would be overridden by the build system anyway
adamsitnik
left a comment
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.
LGTM!
The version suffix gets overriden during official builds; no need to have it set.
Microsoft Reviewers: Open in CodeFlow