umbraco / Umbraco.Marketplace.Issues

Public issue tracker for Umbraco Marketplace
2 stars 0 forks source link

Unable to override Title using the umbraco-marketplace.json #41

Closed prmeyn closed 1 year ago

prmeyn commented 1 year ago

In the blog Umbraco Marketplace Update - January 2023 the following is mentioned

As a straightforward example, mentioning the word Umbraco in the title or description on NuGet makes a lot of sense, but on the marketplace, everything is related to Umbraco. By populating the Title and/or Description field of the umbraco-marketplace.json file, we'll display that instead of the value retrieved from NuGet.

I have tried to follow the above in my package's umbraco-marketplace.json but the package name in the new Umbraco marketplace still seems to have Umbraco prefixed.

nathanwoulfe commented 1 year ago

Heya @prmeyn I think this is an us-problem, not a you-problem - we're investigating an issue with our package sync task, which seems to have fallen over. Once we resolve this, expect your listing to update.

Noticed too the category for your package is lower case, it should read Developer Tools. If you update that in the JSON too, your package will appear on the category page (once the sync task is fixed).

I'll close this one as there's no work to be done.

AndyButland commented 1 year ago

Hi @prmeyn - I think the issue here is also that you are missing a ProjectUrl in your NuGet package. Without that we don't have something to follow to find your umbraco-marketplace.json file.

If you compare yours with this one, you'll see yours is missing the "Package Information" link, which comes from this setting.

You can add it in your .csproj file, like you see here.

prmeyn commented 1 year ago

image Thank you both, I guess the validation tool has still not recovered from its fall, I'll wait and check back in 24 hours, to see if the above suggestions have helped fix this issue.

nathanwoulfe commented 1 year ago

Hey @prmeyn looks like we're back in business - validation tools are working again (pretty sure it was a transient NuGet API issue), validation for UmbracoOutputCache ran successfully. I've requested a package sync, which should take a few minutes to complete.

prmeyn commented 1 year ago

Hey @prmeyn looks like we're back in business - validation tools are working again (pretty sure it was a transient NuGet API issue), validation for UmbracoOutputCache ran successfully. I've requested a package sync, which should take a few minutes to complete.

Thanks, everything looks good in the marketplace too. :)