umbraco-doc-type-grid-editor icon indicating copy to clipboard operation
umbraco-doc-type-grid-editor copied to clipboard

Upgrade to Umbraco 11

Open enkelmedia opened this issue 2 years ago • 3 comments
trafficstars

Hi!

I know that the package is deprecated but we have a client who needs to run DTGE on v11. I make a custom build using dotnet pack which "just works" so I figured I'll share the code but I don't expect this to be released.

Cheers!

enkelmedia avatar Feb 20 '23 15:02 enkelmedia

I'm intrigued to know if this likely to be merged? I am guessing that given it's not been merged since 20th Feb, perhaps not?

We also have projects with clients that need to upgrade to 11 and have heavily relied on DTGE.

@enkelmedia, did you end up publishing a private package to resolve or are you still waiting on this? Thanks :)

bradleyisfluent avatar Mar 31 '23 15:03 bradleyisfluent

Hi!

Don't think it was ever merged, I basically just ran dotnet pack --configuration Release and saved the package on a local store that we reuse. Looking at the details of the commit I suspect it might even be possible to have the V11-solution depend on the V10-package - I haven't tried that but it might work.

enkelmedia avatar Apr 03 '23 08:04 enkelmedia

@bradleyisfluent @enkelmedia did you try just installing the v10 version in 11? I don't see why it shouldn't work.

skttl avatar Apr 03 '23 08:04 skttl