newky2k / VersionChangerAddin

Visual studio addin to change solution version numbers
MIT License
24 stars 13 forks source link

Please add the #22

Closed itessler closed 2 years ago

itessler commented 2 years ago

Please add the ability to update the package version as well.

2022.2.17.4
newky2k commented 2 years ago

@itessler It turns out we'd already got support for package version but there was a typo that was stopping from updating it.

We've fixed the typo and will do some testing and add support for the suffixes.

itessler commented 2 years ago

Thank you!

Regards, Ira Tessler Senior Developer ConnectMe Voice LLC

From: D Humphreys @.> Sent: Friday, February 18, 2022 10:25 AM To: newky2k/VersionChangerAddin @.> Cc: Ira Tessler @.>; Mention @.> Subject: Re: [newky2k/VersionChangerAddin] Please add the (Issue #22)

@itesslerhttps://github.com/itessler It turns out we'd already got support for package version but there was a typo that was stopping from updating it.

We've fixed the typo and will do some testing and add support for the suffixes.

— Reply to this email directly, view it on GitHubhttps://github.com/newky2k/VersionChangerAddin/issues/22#issuecomment-1044698267, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAMPTUJ36YRZPG4C4JUE3XTU3ZQFDANCNFSM5OYAXNVQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>>

newky2k commented 2 years ago

@itessler I'm just about to push out an update with a fix for the packageversion issue. I've tested it with the SDK sample test project and if the packageversion node is in the csproj is will now get updated. Additionally, if you use a pre-fix it will be updated in the packageversion too.