-
Hi, Came across both NuGet pages for Contentment, one Our.Umbraco.Community.Contentment and the other Our.Umbraco.Community.Contentment.Core The one that's linked here (sans .Core) seemed to have less downloads vs the .Core one, and lacks the framework compatibility tab that .Core page has. Can someone guide me on which one is the difference between the two? Thank you https://www.nuget.org/packages/Our.Umbraco.Community.Contentment |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
https://www.nuget.org/packages/Our.Umbraco.Community.Contentment is the package you install in your Umbraco project, as it contains all the client side files. https://www.nuget.org/packages/Our.Umbraco.Community.Contentment.Core contains all the domain stuff (models, services, contracts/interfaces, etc) that can be used in your own libraries to extend Contentment. |
Beta Was this translation helpful? Give feedback.
-
@pdao1 Thank you for the question. @soreng's answer is correct. 👍 (Thanks Søren!) Coming to the project fresh, I can see how it'd be confusing which NuGet package to use. Do you think there is anywhere in the documentation or README that could clarify this for new users? |
Beta Was this translation helpful? Give feedback.
-
FYI, since Contentment v5 (May 2023), the main NuGet package ID is: |
Beta Was this translation helpful? Give feedback.
https://www.nuget.org/packages/Our.Umbraco.Community.Contentment is the package you install in your Umbraco project, as it contains all the client side files.
https://www.nuget.org/packages/Our.Umbraco.Community.Contentment.Core contains all the domain stuff (models, services, contracts/interfaces, etc) that can be used in your own libraries to extend Contentment.