umbraco / Umbraco.Marketplace.Issues

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

V14 Packages & the upcoming V15 #87

Open warrenbuckley opened 2 hours ago

warrenbuckley commented 2 hours ago

Heya Marketplace crew 👋 So I have some Umbraco packages that are entirely V14 only and are RCLs Nuget packages that target V14 of Umbraco, will they automatically list/show up in the marketplace to work with V15 of Umbraco ?

Or do I need to bump the Nuget package and multitarget V14 & V15 or...?

K THX BYE

AndyButland commented 2 hours ago

If all works as it should, we're respect whatever you say in your NuGet package in terms of a dependency on Umbraco. So if you say 14+ it'll show up as compatible for 15 when it's out. If you have a max version (exclusive) of 15, then you'll need to release a new version that extends that range to 15.

In other words...

warrenbuckley commented 2 hours ago

Thanks Andy for the fast response 🏃 This is good to know. I will triple check what I set but pretty sure its >= 14.0.0