Releasing a package to marketplace that are only w...
# package-development
a
Hi 🙂 Is it possible to release a package to marketplace that are only working on Umbraco 14
s
@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
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?
E.g.
Square brackets indicates 14+ You can also set a range like: [10.0.0 , 13.0.0]
r
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...
@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+) 👍
When applied, this does prevent you can mixing major versions, even prereleases: https://github.com/umbraco/Umbraco-CMS/pull/16260 🥳