-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cake 2.0 cleanup tasks #38
Comments
When deprecating these NuGet packages, I suggest we release a new patch increment version (branched out of v1.3.0) that:
|
@augustoproiete i think this is a great idea! |
@augustoproiete @gep13 I'm not a big fan of publishing a whole release just for changing icon and package metadata. What speaks against using just the deprecation feature of nuget.org? |
@pascalberger I tried to explain above: The nuget.org doesn't show that a package is deprecated in the search, so you have no way to know that it's deprecated and there's no link to the recommended package. For example, if you search for The first one is deprecated using the deprecation feature of nuget.org and the second one is the package recommended as alternative moving forward. There's nothing that shows you any of that in the search 😞 You don't see any info about deprecation until you actually navigate to the details of a specific the package - then they show you the deprecation information. Contrast that with a search for IMO, it's a much better experience. |
BTW, would we need to do a full release even if our end-goal is to only deploy these two packages? i.e. Wouldn't it be possible to download these two packages from nuget.org, change the metadata/icon with NuGet Package Explorer, Save As v1.3.1, sign with the DNF key, and publish only these two new packages? |
Decision: Deprecate packages using nuget.org deprecation feature and don't replace icons / readme to avoid shipping a new release. |
The following tasks are required after 2.0 has been released:
The text was updated successfully, but these errors were encountered: