AaronSadlerUK / Our.Umbraco.UmbNav

Drag and drop menu editor for Umbraco V8, V9 and V10+
MIT License
10 stars 15 forks source link

What is the difference between versions? #85

Closed Eaglef90 closed 10 months ago

Eaglef90 commented 10 months ago

In NuGet there are 3 packages, .Core .Web and .API. I figure the API is just the API calls but what are the difference between core and web? Just trying to figure out which is best to install. Thanks

AaronSadlerUK commented 10 months ago

The .Web contains the other two as dependencies and the backoffice files (App_Plugins folder)

.Core is the classes, typically installed when using Models Builder

Eaglef90 commented 10 months ago

I see, thanks for the clarification.