-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(manager/nuget): bump VersionPrefix in MSBuild project files #23464
Conversation
Hey, just checking in to make sure there's nothing you're waiting on me for to move forward, as I think I've addressed all of the issues. |
read our development guides. if You've done that, you would know to use the re-request review function. |
Apologies; I hadn't re-read the guide in a bit and I'm not familiar enough to know it by heart. Also, the button is a new enough feature that I haven't used it much. I'll take the time to re-read the guide. Thanks for your patience. |
I've also resolved the conversations as the guide requests, even though I feel a bit uncomfortable doing so. I feel like marking an issue as resolved is up to the person who raised the issue in the first place; I can only guess as to whether it's truly resolved or not. |
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
🎉 This PR is included in version 36.36.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
A project's version isn't always described by a
Version
property, but sometimes by aVersionPrefix
property, out of which theVersion
is automatically built. This change allows renovate to find and bump that property if it exists.Context
My .NET library projects all use
VersionPrefix
, and I would like for renovate to be able to bump their versions when it makes changes.Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: