enkelmedia / Umbraco-SeoVisualizer

SEO Visualizer property editor for Umbraco
https://marketplace.umbraco.com/package/umbracoseovisualizer
MIT License
9 stars 11 forks source link

V10 support #17

Closed dawoe closed 2 years ago

dawoe commented 2 years ago

Hi @enkelmedia

With this PR I made this package compatible with Umbraco V10. While doing this I added a new VS project (Core) that contains all the C# code. That way when people want to use this package in a class library project they can reference this package. So no more app_plugin files in the class library projects. Because we have 2 projects now I also moved some common project properties to a Directory.build.props file.

I restricted this version to Umbraco 10 only. Because in theory V11 can contain breaking changes.

And I also added some dutch translations.

enkelmedia commented 2 years ago

Thank you very much @dawoe!

Great work! I love the Directory.Build.props and the fact that we've created a .Core package for the none-UI file.

I've merged this into the new v10-branch and pushed a release to NuGet

https://www.nuget.org/packages/UmbracoSeoVisualizer/

Thanks a lot!