Hi 🙂
Is it possible to release a package to marketplace that are only working on Umbraco 14
s
Sebastiaan
05/06/2024, 12:35 PM
@Ronald Barendse@Lotte Any ideas on this yet? I know it's difficult with NuGet since you can't targe a new .NET version, so the package would probably "install" in v13 as well if you tried?
Of course it will publish just fine in the Marketplaca, but it's not really limited to v14+.
c
Chris Houston
05/06/2024, 1:09 PM
Could market place check to see if any NuGet dependence has been specified and then only show the package for versions where it will work?
Chris Houston
05/06/2024, 1:09 PM
E.g.
Chris Houston
05/06/2024, 1:11 PM
Square brackets indicates 14+
You can also set a range like: [10.0.0 , 13.0.0]
r
Ronald Barendse
05/06/2024, 4:59 PM
Marketplace does currently not retrieve prerelease versions from NuGet.org, so both your package and the CMS will need to release a stable version first to be listed and get the correct Umbraco version tag...
Ronald Barendse
05/06/2024, 5:02 PM
@Chris Houston You can already filter on supported Umbraco version (and if you do, some packages will also show a different package ID/install command, e.g. UmbracoForms on v8 and Umbraco.Forms on v9+) 👍