-
What would be the correct / recommended process when a publisher change name? Context :
As this would most likely be a breaking change. I wonder what would be the best way.
What would be a good process to do this change? I think Option 2 make most sense BUT :
This is still pretty rare to happen, but I stumbled upon one of this case this year: pre-2022 : Newtek created a tech called NDI, this what later made available on winget as Newtek.NDI5Tools & Newtek.NDI5Runtime. 2022-2023 : Newtek got bought out by "Vizrt Group", but kept its name for a while, then in 2022/2023, NDI became it's own fully independant group within the "Vizrt Group" (aka being disconnected from the Newtek brand). Since (at least) April 2023 : the Licence Agreement is solely referencing the new entity (Branded "NDI" only), and since Sept. 2023 (at least) the white paper and document published reference exclusively the new publisher Name (aka NDI) Sept. 2023 : The Newtek brand is being retired and ceased to exist (https://www.vizrt.com/vizrt/press-center/vizrt-unites-portfolio-to-strengthen-customers-and-partners/) 2023 onwards : The package available should carry the "NDI" Name as a published as the old name is no longer in use / valid. Posted here for discussion on process as I could not find process/doc about this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Take a look at our FAQ, which should already answer this question - https://github.com/microsoft/winget-pkgs/blob/master/FAQ.md#what-should-i-do-if-a-package-is-being-published-by-a-new-publisher The preference is actually to do option #1, just in a bit of a weird way - adding the package in both the old publisher and the new publisher but with some bad data in the old publisher so that after the upgrade, it automatically switches over to the new publisher |
Beta Was this translation helpful? Give feedback.
-
Thanks a bunch! Will look into getting this process to get this resolved. Thanks |
Beta Was this translation helpful? Give feedback.
Take a look at our FAQ, which should already answer this question - https://github.com/microsoft/winget-pkgs/blob/master/FAQ.md#what-should-i-do-if-a-package-is-being-published-by-a-new-publisher
The preference is actually to do option #1, just in a bit of a weird way - adding the package in both the old publisher and the new publisher but with some bad data in the old publisher so that after the upgrade, it automatically switches over to the new publisher