Skip to content
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

Introduce Versions.props file to control version of CPS packages #9125

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Jun 26, 2023

This file will be used alongwith built version of project-system in C# dev kit for version upgrades

Microsoft Reviewers: Open in CodeFlow

@smitpatel smitpatel force-pushed the smit/UpgradeVersion branch 4 times, most recently from d432cf8 to f8753ca Compare June 27, 2023 22:25
This file will be used alongwith built version of project-system in C# dev kit for version upgrades
@smitpatel smitpatel marked this pull request as ready for review June 27, 2023 22:27
@smitpatel smitpatel requested a review from a team as a code owner June 27, 2023 22:27
@smitpatel
Copy link
Member Author

smitpatel commented Jun 27, 2023

<!-- Any changes to this file or format requires updates in project-system-vscode -->
<Project>
<PropertyGroup>
<CPSPackageVersion>17.7.294-pre</CPSPackageVersion>
Copy link
Member

Choose a reason for hiding this comment

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

Why is this here and not in any of the other props files?

Copy link
Member Author

Choose a reason for hiding this comment

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

This file is used in project-system-vscode which adds element for PS.Managed version into it and uses it in other repo. It is separate since it is being used by automation. We can add more items to this file but to keep automation simple, a simple separate file like this is needed.

@smitpatel smitpatel merged commit 3192835 into main Jun 28, 2023
6 checks passed
@smitpatel smitpatel deleted the smit/UpgradeVersion branch June 28, 2023 16:53
@ghost ghost added this to the 17.7 milestone Jun 28, 2023
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.

3 participants