patrickdemooij9 / SeoToolkit.Umbraco

SeoToolkit is a SEO package for Umbraco 9, 10, 11, 12 & 13. This package features most functionalities needed for your SEO needs like meta fields, sitemap, robots.txt and much more.
MIT License
34 stars 28 forks source link

📦 Updates to support Umbraco 13 #257

Closed robertjf closed 7 months ago

robertjf commented 7 months ago

This commit upgrades the projects to support Umbraco 13, and upgrades the test website to Umbraco 13.0.3 with Clean theme 4.0.0

christerj commented 7 months ago

This is great, we need this like yesterday but I think we have to wait for when it's published on nuget. So please hurry with that :)

patrickdemooij9 commented 7 months ago

Hi @robertjf Sorry for the late reply. Last couple of weeks have been something. I'll try to take a look at this today and compare it with the other PR that is currently open and hopefully merge one of the two back (they are both upgrades to v13)

Thank you so much for the PR though! Really appreciate it.

patrickdemooij9 commented 7 months ago

I just made sure that the targetframework for all the packages was set to .NET8.0 (Same as Umbraco13). All the other logic still seems to work as expected so I'll merge this one back. Thank you again for the PR! I'll be releasing a new package in the coming days

robertjf commented 7 months ago

Yep, the only reason I didn't update the TargetFramework was to allow earlier versions of Umbraco to work with the package without having to move to dotnet 8.

patrickdemooij9 commented 7 months ago

Yep, the only reason I didn't update the TargetFramework was to allow earlier versions of Umbraco to work with the package without having to move to dotnet 8.

Good point, I've just pushed a commit to allow dotnet 7 & 8: https://github.com/patrickdemooij9/SeoToolkit.Umbraco/commit/820e7aea1b51ee77b7bc131e05cf3c2f3da51f40